Hacker News new | ask | show | jobs
by AlexeyBrin 4272 days ago
You can compile C++ to JS using Emscripten, but I doubt you will be able to do webdev this way ...

For building webapps try CoffeeScript (inspired from Ruby and Python, compiles to JavaScript), Dart (seems to be inspired from Java, compiles to JavaScript), ClojureScript (a Lisp language, compiled to JavaScript) ...