Hacker News new | ask | show | jobs
by 27182818284 4272 days ago
There are lots of languages nicer than JS that compile down to JS.

That said, you don't need JS to make a webapp. You can do it strictly with server-side code and HTML.

1 comments

i read about a project that converts llvm byte code to javascript, do any of u know about it
Yes, Emscripten, basically takes C or C++ and compiles to JavaScript using LLVM.