how do you feel about adobe flavored java (as3)
not enough familiarity with it, from casual browsing of the language specification, it feels like a kinda primitive/proto version of typescript. although, no generics in a statically typed language? 😭
generally kinda skeptical of custom embedded languages, they tend to be less tested, have worse ecosystem, worse tooling (say, as a developer of a custom language you have to make your own debugger now instead of relying on someone else's debugger, or subject your users to printf debugging) and less common code to reuse.
javascript used to be this, the only reason it's no longer is because the specific platform grew huge to the point it outgrew the program it was running it. unity used to have a custom dialect of javascript, it moved on to just using C#. experiences by people who used it in the past tell me the experience was miserable due to debugging problems and known incompatibilities with javascript. godot has gdscript which I am similiarly skeptical about, it also has C# now which thankfully eliminates the need for me of getting familiarized with gdscript. lua is great because otherwise gamedevs would make their own shitty half-baked programming languages and make experience miserable for everyone.

















