Rhombus: A New Spin on Macros without All the Parentheses

Matthew Flatt, Taylor Allred, Nia Angle, Stephen De Gabrielle,Robert Bruce Findler, Jack Firth, Kiran Gopinathan,Ben Greenman, Siddhartha Kasivajhula, Alex Knauth,Jay Mccarthy, Sam Phillips,Sorawee Porncharoenwase, Jens Axel Sogaard,Sam Tobin-Hochstadt

Proceedings of the ACM on Programming Languages(2023)

引用 0|浏览1
暂无评分
摘要
Rhombus is a new language that is built on Racket. It offers the same kind of language extensibility as Racket itself, but using conventional (infix) notation. Although Rhombus is far from the first language to support Lisp-style macros without Lisp-style parentheses, Rhombus offers a novel synthesis of macro technology that is practical and expressive. A key element is the use of multiple binding spaces for context-specific sublanguages. For example, expressions and pattern-matching forms can use the same operators with different meanings and without creating conflicts. Context-sensitive bindings, in turn, facilitate a language design that reduces the notational distance between the core language and macro facilities. For example, repetitions can be defined and used in binding and expression contexts generally, which enables a smoother transition from programming to metaprogramming. Finally, since handling static information (such as types) is also a necessary part of growing macros beyond Lisp, Rhombus includes support in its expansion protocol for communicating static information among bindings and expressions. The Rhombus implementation demonstrates that all of these pieces can work together in a coherent and user-friendly language.
更多
查看译文
关键词
binding spaces,infix syntax,macros
AI 理解论文
溯源树
样例
生成溯源树,研究论文发展脉络
Chat Paper
正在生成论文摘要