Hacker News new | ask | show | jobs
by kunjaan 5531 days ago
Racket has an awesome macro system and people have managed to do amazing things with it.

This paper(http://www.ccs.neu.edu/scheme/pubs/scheme2007-ctf.pdf) demonstrates how they made an explicitly-typed dialect of the dynamically typed language Racket.

Truly awesome stuffs.