What is the best way to learn nim for someone who is fluent with python

2023-08-17 Thread walkr
I'd like to point out is also a pretty good resource for beginners since the examples are short and well organized, and thus you can quickly get a feel for the language.

What is the best way to learn nim for someone who is fluent with python

2023-08-16 Thread PMunch
Jester is a tricky one. It is super easy to use, when it works, then all of a sudden it doesn't and there is barely any documentation. Maybe try HappyX or any of the other more recent developments in the web-server space? nimble.directory is a good place to search for packages. You might've run

What is the best way to learn nim for someone who is fluent with python

2023-08-16 Thread alexeypetrushin
Use python code and ask ChatGPT v4 to convert it to Nim. Sometimes it makes mistakes, but that's good for learning to discover and fix them. Don't start learning Nim with web/servers/io.

What is the best way to learn nim for someone who is fluent with python

2023-08-16 Thread Hobbyman
Have you succesfully written some no-gui samples? First start with minimal test-projects in a bottom-up way, and then you can do the harder stuff. Also the lib-docs have a great search function which i use a lot. Starting with jester is not the easiest way to get going. However, for me the foll

What is the best way to learn nim for someone who is fluent with python

2023-08-11 Thread isaiah
jester.

What is the best way to learn nim for someone who is fluent with python

2023-08-11 Thread namisboss
The error is way to vague. You need to post some code at least. Try to make it a minimal example. That way someone can at least look at what the issue could be.

What is the best way to learn nim for someone who is fluent with python

2023-08-11 Thread isaiah
No stack traceback available SIGSEGV: Illegal storage access. (Attempt to read from nil?) Segmentation fault Error: execution of an external program failed: '/home/isaiah/NimProjects/blog/src/blog.out' tools.nim(36) doCmd > Error: Execution failed with exit code 1

What is the best way to learn nim for someone who is fluent with python

2023-08-10 Thread namisboss
Here are some links: > > >

What is the best way to learn nim for someone who is fluent with python

2023-08-10 Thread Araq
Ask an AI to write Nim code for you.

What is the best way to learn nim for someone who is fluent with python

2023-08-10 Thread isaiah
i am interested in learning nim but it seems to lack resources and the libraries have no documentation to use. what are your recommendations to learn and use it well.thanks