首页|A Practical Unification of Multi-stage Programming and Macros

A Practical Unification of Multi-stage Programming and Macros

扫码查看
Program generation is indispensable. We propose a novel unification of two existing metaprogramming techniques: multi-stage programming and hygienic generative macros. The former supports runtime code generation and execution in a type-safe manner while the latter offers compile-time code generation. In this work we draw upon a long line of research on metaprogramming, starting with Lisp, MetaML and MetaO-Caml. We provide direct support for quotes, splices and toplevel splices, all regulated uniformly by a level-counting Phase Consistency Principle. Our design enables the construction and combination of code values for both expressions and types. Moreover, code generation can happen either at runtime à la MetaML or at compile time, in a macro fashion, à la MacroML. We provide an implementation of our design in Scala and we present two case studies. The first implements the Hidden Markov Model, Shonan Challenge for HPC. The second implements the staged streaming library Strymonas.

MacrosMulti-stage programmingScala

Nicolas Stucki、Aggelos Biboudis、Martin Odersky

展开 >

EPFL Switzerland

2018

ACM SIGPLAN Notices

ACM SIGPLAN Notices

EIISTP
ISSN:0362-1340
年,卷(期):2018.53(9)
  • 2
  • 45