Tag: DSL

Racket: Domain-Specific Mini-Languages

Written by Dominik Joe Pantůček on 2020-01-09

In one of our projects, we needed to write an HTTP application server in Racket. In this application server we needed to route HTTP requests to various methods of various modules. Read on how we slightly modified a simple syntax helper to ease this task for us.

...