Probably because designing your own language can be one of the most intellectually satisfying and often challenging things you can do as a computer programmer
somehow nim just did not get the share of attention, I wonder if it's the name that is not intriguing enough? it's also so close to nix the packager on the naming part.
so nim uses exception handlers for errors, how does that cope with real-time embedded scenarios? I had to use C for that as c++ has the same try-catch concerns for me.
5 comments
[ 4.0 ms ] story [ 20.2 ms ] threadThey do both fit in that better-than-C niche in different ways.
so nim uses exception handlers for errors, how does that cope with real-time embedded scenarios? I had to use C for that as c++ has the same try-catch concerns for me.