warlaan@feddit.orgtoSelfhosted@lemmy.world•From reddit selfhosted: What do you wish you knew from the startEnglish
91·
3 months agoCan you elaborate?
Can you elaborate?
I doubt that this move has made them much more “safe and controllable”, it just means that they depend on a different system. I mean as soon as a bug pops up in their software the rest of the world will be fine.
C# isn’t exactly compiled, at least not into machine language. It is transpiled into byte code that is run on a virtual machine that on turn is an interpreter/JIT-compiler.
Depending on why someone is asking for a compiled language that may or may not be a problem, because to the one writing the code it looks like a compiled language, but to the one running it it looks like an interpreted one.