back

by AlexeyBrin·12y ago·view on hn ↗
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) ...