• Had not seen this before the post here, interesting article for those who need an update :) Excellent that it mentions Espruino as well. I've tapped into - and ran a few open source projects, but this is my all time favorite and @Gordon is my hero ;)

    FWIW I chose Espruino because of the clever low-memory 'from source parse' idea. Plus the fact that the source code is really easy to read and understand. On top of all this, the project is very open to contributions!

    The only time I've ever had issues with 'not being 100% compatible' was when I tried to use a framework for functional programming that I've written. Espruino did not support Function.length at the time, so I added it and it got accepted and merged within 20 minutes! Crazy!

About