DSLs

Domain-Specific Languages: small, focused programming notations designed for a particular application domain. Racket treats DSL creation as a first-class activity, using macros and language-extension mechanisms to let programmers grow the host language toward each problem.

In this vault

Backlinks