Genuine question:
Would you have a reccomendation for a comparable alternative?
Like, I have experience with a good deal of scripting languages, sql variants... am currently trying to do Morton coding/interleaving for octrees in Godot.
I have the framework working in GDScript... theoretically, if its not performant enough, i could either attempt to transition it to C++ / GDExtension... or, potentially, I could do a 'Rustdot' type thing, apparently its possible to... do that.
So, while I am only really aware of Rust as a potential alternative to C++, in my specific context... would you have a broader opinion of lower level languages? I just actually don't know much about them.