|
|
|
|
|
by thatsaguy
2759 days ago
|
|
Nim is actually great. The syntax is streamlined and you can pick it up in a few hours if you have some basic experience with python. Because it's effectively a transpiler and it's way less opinionated than (say) Rust, I managed to use nim in embedded controllers without any special support from the compiler. Nim suffers because it doesn't have the big push of a corporation such as Mozilla behind. |
|