I'm not a developer working on a new programming language, but I am curious about what others would like to see in one.
What things do you wish a new programming language would consider?
I wish a new programming language would come around that had the simplicity of either but with some nice primitives for multithreading, and the ability to live reload compiled code.
I want the speed of C, ability to do simple multithreading, but also the speed of developing on Lua.
Since it would be a new programming language, I'd also enjoy FFI to interact with existing C libraries, much like the mostly automatic FFI from LuaJIT works, where you don't have to manually write bindings to the language.