
From Research Prototypes to Continuous Integration: Guiding the Design and Implementation of JavaScript
The open-source development of the JavaScript programming language is now automatically checked. The language specification written in English is type checked, and the tests are checked for conformance to the specification. This blog post presents how research papers became continuously integrated into the development of a real-world programming language.