Nim version 2.0.0 is here

2023-08-03 Thread Pumpus
Hi! Great job! Unfortunately nimble doesn't work anymore here. I'm on Windows 10. I can't install any package. Any idea?

Nim 1.6.2 released

2021-12-18 Thread Pumpus
In Q2 2022 we start using NIM in production for our business. Merry Christmas Thank you for your work

Nim forum statistics

2021-11-26 Thread Pumpus
Thanx man. For sake of clarity: What's on y axis? What are different colours?

Nim forum statistics

2021-11-25 Thread Pumpus
Hi dom96! Could you please publish an updated version of this graph? People must know !!! :-) Regards

NIM IDE

2021-10-26 Thread Pumpus
Hi Nim guys! In my opinion NIM is one of the best language around. Point. It should have its own IDE. Commercial solution like Embarcadero Delphi offers a free community edition. Also R Studio offers a free edition for R. Are project like Aporia and similar still in development? I write this j

F6 on visual studio code

2021-03-19 Thread Pumpus
Yardanico, thank you! That's exactly what I wanted.

F6 on visual studio code

2021-03-19 Thread Pumpus
Hi guys! I'm on Windows. Very important question here :-) By pressing F6 on Visual Studio we got something like "nim c myfile.nim" or maybe "nim c -r myfile.nim" Right? What if my file needs ssl for instance? I would like F6 does: nim c -d:ssl myfile.nim Maybe I'm wrong, maybe it is smarter t

SSL/TLS certifictae issues with Nim 1.4.4?

2021-03-12 Thread Pumpus
rockcavera solution solves the problem here also!

No ideas for the 32 bit enum issue?

2021-02-09 Thread Pumpus
Hi! You can reproduce it on your system by using a 32 bits compiler maybe? I solved many 32 bit issue by using a 32 bit compiler in a separated folder. Then I compile with this switch : nim c --gcc.path=C:UsersDesktopmingw32bin --cpu:i386 something.nim Here I got the compiler:

TA functions in NIM

2021-02-08 Thread Pumpus
Hi Nim people! I have successfully compiled the TA example shown here in Windows I'm capable even to really use the TA functions, not only initializing as described here: This is done in C! I'm on Wind

Acquire webcam on Windows 10

2021-01-06 Thread Pumpus
Hi! Thank you for answering. I would like to avoid opencv if possible. If forgot to say it above. My a rewriting of a Delphi code would be ok?

Acquire webcam on Windows 10

2021-01-06 Thread Pumpus
Hi! Happy new year Nim men! Question: is there any known possibility to acquire usb webcam image in Nim (eventually via an avicap wrapper or differently) Thanx

NIM 32 bit dll

2020-12-22 Thread Pumpus
Interesting! Sorry, ignorance. By adding this pragma (where exactly?), there is no need for libgcc_s_dw2-1.dll ?

NIM 32 bit dll

2020-12-21 Thread Pumpus
Thank you very much for the hint! libgcc_s_dw2-1.dll was missing among the dependencies. I spotted iit with cff explorer. Now everything works!! Ps.: Of course no need for a separate NIM 32 installation. Scoop global NIM suffices. I still need a separate mingw32 folder. Thank you

NIM 32 bit dll

2020-12-20 Thread Pumpus
And now?

NIM 32 bit dll

2020-12-20 Thread Pumpus
Just done! Is it better now? :-)

NIM 32 bit dll

2020-12-20 Thread Pumpus
I try it :-)

NIM 32 bit dll

2020-12-20 Thread Pumpus
Sorry some backslashes disappeared during copy and paste. Sorry

NIM 32 bit dll

2020-12-20 Thread Pumpus
Hi guys! How to build a 32 bit dll in Nim? I'm on 64 bit Windows 10 pro. My Nim is installed via Scoop. It is a 64 bit Nim Let's take this as proc: proc multiply(num1, num2: int): int {.stdcall,exportc,dynlib.} = num1 * num2 The dll will be then called from a 32 bit software as plugin (se below

Nim 1.2.6 and Nim 1.0.8 are out!

2020-08-01 Thread Pumpus
Thank you for info.

Nim 1.2.6 and Nim 1.0.8 are out!

2020-08-01 Thread Pumpus
What is nim 1.0.8 used for?

SymbolicNim, symbolic algebra in Nim

2020-07-31 Thread Pumpus
I'm going to look Fricas. I ask my self if Lisp libraries are c wrappable or not. Anywsy, good luck with your library. Effort apreciated!

SymbolicNim, symbolic algebra in Nim

2020-07-31 Thread Pumpus
Sorry. You didn't get it. I tried in Maxima stuff that I use to do 20 years ago in Maple. I'm only saying that in Maxima I didn't find what I have had in Maple. Even the walls know that Maple had problem with slow java interface. Man, these times are over. Wxmaxima used to be clunky and still i

SymbolicNim, symbolic algebra in Nim

2020-07-31 Thread Pumpus
What about a Fricas Nim wrapper? Is Fricas only for Linux? I think is ported to Windows via (bleah) cygwin?

SymbolicNim, symbolic algebra in Nim

2020-07-30 Thread Pumpus
As Maple user I can say that maxima, simpy, sage and similar atrocities are just toys in compare. Just start the best free multiplatform Nim symbolic environment and the whole world will use it. Believe me! It must have solid bases as Maple: object hierarchy, nops command, op command, possibilit