Inside Racket Seminar 3. Ryan Culpepper on syntax parse - racket/racket GitHub Wiki

As part of the Inside Racket Seminar series, on April 27th, 2016, Ryan Culpepper spoke about the syntax/parse library with Jay McCarthy.

The archived Google Hangouts on Air event is here. It is available on YouTube here.

The seminar is oriented on the details of the implementation and is not an introduction to syntax/parse itself.

We used commit caebbc65 of the Racket package for the walk-through, which was current at the time.

--

During the presentation, Ryan mentioned a blog post about lazy-require. It is available on his blog.