Software can change the world

RSS

Badass JavaScript: BicaVM: A JVM Implementation in JavaScript

It’s getting weirder each day, a JVM written in JavaScript oO ?

badassjs:

Writing compilers/transpilers in JavaScript is all the rage right now. It started with CoffeeScript and Objective-J, and quickly expanded to tons of existing and new languages, some of which are now listed on the AltJS website. We’ve also seen projects like Emscripten, which takes LLVM…