Hacker News new | ask | show | jobs
by sanxiyn 2617 days ago
> Anyway, it seems to me it would be better to make a lib for this than a whole language.

This is a Racket library. The whole point of Racket is that you can make a language as a library.

1 comments

I am a strong opponent to most DSL. They usually make life harder, not easier, and a regular lib is most of the time a better choice.