Hacker News new | ask | show | jobs
by erikj 3061 days ago
I'm disappointed that "programming for Vaunt will involve JavaScript". We're stuck with this horribly designed language on the web because browsers don't run anything else (natively), and there is a strong trend in the field to replace it, either with compilation of saner languages to JS or with WebAssembly. We don't need to infect another nascent market with this atrocity, let it die.
5 comments

The entire existing JS ecosystem can be leveraged for Vaunt, to include TypeScript/Flow/whatever else. They are target agnostic.
WebAssembly has no intention of replacing JavaScript. Nor should it.
Sure, but it is easy to use, easy to learn, and everyone has a compiler,
Just get over it. Either JS will kill every other language or webassembly will save us. Place your bets.
False dichotomy
ES5 was a trainwreck, but ES2015+ is actually a very good language, if you take the time to study it in depth.
Lua is a much better embedded language.