On Thursday, February 11, 2016 at 12:29:04 PM UTC, Neil Van Dyke wrote:
> http://www.neilvandyke.org/racket-html-template/

This does almost exactly what I was thinking about! Looking at the code makes 
me go cross-eyed, but if you (expand-once #'(html-template ...)) enough, it 
turns the SXML tree structure into a linear sequence of (write-bytes) 
statements. It would definitely be possible to instead generate a linear 
sequence of strings, that could be cached and then possibly written with one 
single (write-bytes).

Certainly not worth the trouble, but possible. And very fascinating!

-- 
You received this message because you are subscribed to the Google Groups 
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to