Nim videos and tutorials survey

2020-11-02 Thread federico3
Can I suggest: * Wrapping C libraries * Gtk * OpenGL

Nim videos and tutorials survey

2020-10-31 Thread torarinvik
I see the difference. Does Nim have those #defines as well?

Nim videos and tutorials survey

2020-10-31 Thread torarinvik
Can't wait! Greatly appreciated!

Nim videos and tutorials survey

2020-10-30 Thread Niminem
Appreciate all the feedback guys. I'll make the YT channel tonight and drop the link here. Will be starting with Macros because they're fun as hell ; )

Nim videos and tutorials survey

2020-10-30 Thread adokitkat
Nim macros operate on Abstract Syntax Tree level and are integrated into the language, unlike C pre processor which is just replacing text. They are much more powerful - you can generate code, modify the AST tree directly, change how Nim behaves, etc. See: ,

Nim videos and tutorials survey

2020-10-30 Thread torarinvik
> I've got generics, templates, macros high on the priority list. What else? Perfect. Else is using GUI frameworks. Btw does Nim have macros in the style of the C Preprocessor?

Nim videos and tutorials survey

2020-10-29 Thread juancarlospaco
... But where?, link to channel or something.

Nim videos and tutorials survey

2020-10-29 Thread hrm
Practical tiny tips for templates/macros may be helpful for a novice like me. On top of that, I vote for @sky_khan.

Nim videos and tutorials survey

2020-10-28 Thread michy
I think generics/templates/macros are good topics for some extended treatment by videos. These topics need much more of a stepwise and gentle introduction than the official docu can give room for.

Nim videos and tutorials survey

2020-10-28 Thread Dan
Teach us with real example such as building simple software which would do something practical :

Nim videos and tutorials survey

2020-10-28 Thread jasonfi
+1 for Karax.

Nim videos and tutorials survey

2020-10-28 Thread Niminem
Noted, thanks for the feedback

Nim videos and tutorials survey

2020-10-28 Thread sky_khan
Multithreading and async, tcp/http servers, karax

Nim videos and tutorials survey

2020-10-28 Thread Niminem
Hey guys, I've got some free time I can allocate to making YouTube videos for anything Nim. What are some things you'd like to see videos/tutorials on? I've got generics, templates, macros high on the priority list. What else?