Abstract
We describe a new approach to implementing Domain-Specific Languages (DSLs), called Quoted DSLs (QDSLs), that is inspired by two old ideas: quasi-quotation, from McCarthy's Lisp of 1960, and the subformula principle of normal proofs, from Gentzen's natural deduction of 1935. QDSLs reuse facilities provided for the host language, since host and quoted terms share the same syntax, type system, and normalisation rules. QDSL terms are normalised to a canonical form, inspired by the subformula principle, which guarantees that one can use higher-order types in the source while guaranteeing first-order types in the target, and enables using types to guide fusion. We test our ideas by re-implementing Feldspar, which was originally implemented as an Embedded DSL (EDSL), as a QDSL; and we compare the QDSL and EDSL variants. The two variants produce identical code.
Original language | English |
---|---|
Title of host publication | PEPM '16: Proceedings of the 2016 ACM SIGPLAN Workshop on Partial Evaluation and Program Manipulation |
Editors | Tiark Rompf, Martin Erwig |
Publisher | Association for Computing Machinery |
Pages | 25-36 |
Number of pages | 12 |
ISBN (Print) | 9781450340977 |
DOIs | |
Publication status | Published - Jan 2016 |
Event | 2016 ACM SIGPLAN Workshop on Partial Evaluation and Program Manipulation - St. Petersburg, United States Duration: 18 Jan 2016 → 19 Jan 2016 |
Conference
Conference | 2016 ACM SIGPLAN Workshop on Partial Evaluation and Program Manipulation |
---|---|
Abbreviated title | PEPM 2016 |
Country/Territory | United States |
City | St. Petersburg |
Period | 18/01/16 → 19/01/16 |
Keywords
- Domain-specific language
- DSL
- EDSL
- Embedded language
- Normalisation
- QDSL
- Quotation
- Subformula principle
ASJC Scopus subject areas
- Computer Vision and Pattern Recognition
- Software
- Computer Graphics and Computer-Aided Design