Select Page

PL Perspectives

Perspectives on computing and technology from and for those with an interest in programming languages.
Archive of posts tagged: continuous integration
From Research Prototypes to Continuous Integration: Guiding the Design and Implementation of JavaScript

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.

Read more...