I had to do c++ template metaprogramming (insane, stay away from it at all costs), Rust makes me think of that in a more better modern way.
Easy? I wouldn’t say, and the compiler is slow ☺️
I love python but only as a scripting language because of GIL and the ridiculous performance (and it’s not really suited for “large” projects). But if you need a little thing it’s so fast to spin up.
I had to do c++ template metaprogramming (insane, stay away from it at all costs), Rust makes me think of that in a more better modern way.
Easy? I wouldn’t say, and the compiler is slow ☺️
I love python but only as a scripting language because of GIL and the ridiculous performance (and it’s not really suited for “large” projects). But if you need a little thing it’s so fast to spin up.
Disclaimer: am old C/C++ dev.