Archived tweet #11813 from the @leastfixedpoint Twitter Archive@beka_valentine Racket does nicely, but anything that can do the necessary dynamic routing will work as well:
(send/suspend/dispatch
(lambda (link-to)
`(p "..." (a ((href ,(link-to (lambda (req) ...)))) "click here") "...")))
I've done roughly this in JS before.
docs.racket-lang.org/web-server/ser…