@Kirschn As someone with only minor coding experience it's inefficient and languages that are more generally useful can generally do the job
@Kirschn Oh interesting, I mean most things I've used for are now included in HTML 5 so from my perspective I'd rather exclusively work in HTML because it's more intuitive as a novice and I know that browsers work better with that generally.
@Sweet_Tango_Chill @Kirschn Performance is not generally what most people complain about, but its unpredictability as a programming language. See this for example
https://www.destroyallsoftware.com/talks/wat
@Sweet_Tango_Chill @Kirschn that's just wrong. JavaScript is not faster than compiler-optimized c-code
@Sweet_Tango_Chill javascript is actually way faster than other languages due to googles V8 JIT Compiler/Interpreter, it runs at about 1/10 of the speed of C while beeing extremely flexible