racket / web-server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Example doesn't work in racket/base

sorawee opened this issue · comments

The example in the documentation

(include-template #:command-char #\$ "dollar-static.html")

doesn't work in #lang racket/base out-of-the-box. One needs to also (require (for-syntax racket/base)). It might be helpful to include this in the documentation.