Programming in Nim (Wang Tiles 01)

preview_player
Показать описание
References:

Support:

Feel free to use this video to make highlights and upload them to YouTube (also please put the link to this channel in the description)
Рекомендации по теме
Комментарии
Автор

Nimmis pretty amazing for what it offers, not in spite of but because it's a "toy language" that compiles to portable C. That includes a major power of my work: a shit ton of varying embedded devices.

Does a C compiler exist for the platform? Great, it now runs Nim. (Hidden prerequisite are some 10s kB RAM, but when there's less available the problems of C don't really manifest either so I don't dislike using it.

julians.
Автор

Nim is just like you! Thanks for the content!

aftalavera
Автор

I swear i love you ♥️, Please never stop this habit, Make videos for us to enjoy 🥺

moody
Автор

1:51:50 "Static is noisy" is an interesting remark. Static is a keyword to differentiate compile time from runtime variables. Maybe in that case the compiler could do type inference from the generic instantiation in the procedure definition. That would leave the possibility for the programmer-user of the generical procedure to use runtime variables when instantiating the generic which could break things obviously. So not that noisy …

dimitrilesnoff
Автор

Hello zozeen, I'm a programmer and recently my computer stopped working, and because of that I actually feel so sad, but your videos makes me happy even though these moments, thanks for continuing making videos. (sorry if my english was bad)

HatsuSixtyOne
Автор

We need you to try nim 2, which is about to be released.

BrdButtwski
Автор

lol nim tries to not recompile your program that's why it's complaining about things that you have corrected, with the flag -f you can force the compiler to recompile everything. Nim is a really fast language for such a simple syntax, my favorite is raku but if I need speed definitely Nim is the language to go.

luvtv
Автор

What happen to making Haskell videos? And is there any on FRP (Functional Reactive Programming)?

ym
Автор

One good reason for style insensitive is for example that a library you depend on uses another style, then you can just use your style in your project.

berndlauer
Автор

it's strange i like more programming live stream than gaming ones

o_enamuel
Автор

Only do Nim because it's the most superior language. No joke.

ym
Автор

for me nim is just a more comfortable way of creating c/cpp code

baumstamp
Автор

2:57:40 Nim is clearly made for low level programming, to be compiled to C/C++ and not to JS. The JS backend leaves to be desired in my opinion, and it's much more useful to compile to WebAssembly instead. I think the JS FFI should be ported to use WASM. That way the JS mode would benefit from all the improvements that it has made on the native side, from all the compiler optimizations, and from gaining access to native-only libraries.

DiThi
Автор

how you auto update paths in bash (add new nim version from opt) ?

sergey
Автор

It's a toy language for compiling to C: I guess, if the Nim folk spend a lot of time sticking LLVM to their backend mr. Zod would no longer have a toy - OMG, the ignorance...

megetmorsomt
Автор

Very nice video, keep up the good content :)

victorcosenza
Автор

Source code link drives to C code, not NIM code.

PolarisMyWay
Автор

If you like wang tile you’ll love number wang!

alst
Автор

would u make a discord server that gather all your fans to help each others ?

mostu
Автор

PASCAL LANGUAGE PROGRAMMING IN THE 1990S😢 0:50

vicheakeng