@gron

Are We There Yet? Simple Language Implementation Techniques for the 21st Century

, , and . IEEE Software, 31 (5): 60--67 (Sep 15, 2014)
DOI: 10.1109/MS.2014.98

Abstract

Research on language implementation techniques has regained importance with the rise of domain-specific languages (DSLs). Although DSLs can help manage a domain’s complexity, building highly optimizing compilers or virtual machines is rarely affordable. So, performance remains an issue. Ideally, you would implement a simple interpreter and still be able to achieve acceptable performance. RPython and Truffle are implementation techniques based on simple interpreters; they promise to perform at the same order of magnitude as highly optimizing virtual machines. This case study compares the two techniques to identify their similarities, weaknesses, and areas for further research.

Links and resources

Tags

community