Quantcast
Channel: Racket vs Scheme macros - Stack Overflow
Browsing all 4 articles
Browse latest View live

Answer by Eli Barzilay for Racket vs Scheme macros

See also Matthew's reply for the same question after @Scott posted it on the list, with a more recent overview paper.

View Article



Answer by Asumu Takikawa for Racket vs Scheme macros

Two key features that make "language-oriented programming" work in Racket are:the module system allows the specification of a base languagecontext-sensitive macrosThe first bullet is basically what...

View Article

Answer by soegaard for Racket vs Scheme macros

I'll recommend reading the paper "Composable and Compilable Macros -You Want it When?" by Matthew Flatt.It explains how macros and modules work together in Racket.Then implement a small language in...

View Article

Racket vs Scheme macros

Do racket macros have more advanced functionality than those found in Scheme or Common Lisp? I suspect so, especially regarding modules, namespaces and scoping, etc, but I'd appreciate a simple rundown...

View Article
Browsing all 4 articles
Browse latest View live




Latest Images