C++ or C# in microStudio
If Gilles is still checking suggestions from the community, then I suggest adding C# or C++ languages.
If Gilles is still checking suggestions from the community, then I suggest adding C# or C++ languages.
This is a very good question! This is personal preference but I think C# would be so much better for microStudio, it would be much easier to put C# in than C++, also C# is better for compiling to WebAssembly via Microsoft .NET Blazor/AOT technologies and it is way faster in compilation speed. And other game engines use it too because of it's popularity for game development and more, right now microStudio only has and should only have high level languages so it would fit better with the others!
Okay, I just know C++, and that's why I Suggest!
The thing of C++ is that is harder to you to shoot on your feet, but if you do it, it will blow your whole leg. It's great for perfomance (since it's compiled and not interpreted, and also interacts directly to the system), but its a more harder and less error tolerant than something like JavaScript or C#. We should prefer something like Rust if we really want low level programming and still have simplicity (Rust still isn't, but is less than C++). Anyway, still this is my prefference.