Programming languages as operating systems (or revenge of the son of the lisp machine)

Citation
M. Flatt et al., Programming languages as operating systems (or revenge of the son of the lisp machine), ACM SIGPL N, 34(9), 1999, pp. 138-147
Citations number
33
Categorie Soggetti
Computer Science & Engineering
Journal title
ACM SIGPLAN NOTICES
ISSN journal
15232867 → ACNP
Volume
34
Issue
9
Year of publication
1999
Pages
138 - 147
Database
ISI
SICI code
1523-2867(199909)34:9<138:PLAOS
Abstract
The MrEd virtual machine serves both as the implementation platform for the DrScheme programming environment and as the underlying Scheme engine for e xecuting expressions and programs entered into DrScheme's read-eval-print l oop. We describe the key elements of the MrEd virtual machine for building a programming environment, and we step through the implementation of a mini ature version of DrScheme in MrEd. More generally, we show how MrEd defines a high-level operating system for graphical programs.