On Wednesday, 6 March 2013 at 00:25:30 UTC, Adam Wilson wrote: > My preference would be to completely replace the back-end with > LLVM. +1 In addition to getting ARM and javascript (via emscripten) output, going to LLVM brings the possibility of using its JIT to make a REPL possible, and nice dynamic code loading possibilities as well. -J