acdc3b0 ^
1 2 3 4 5 6 7 8 9 10 11 12 13 14
(import (chibi) (chibi sxml)) (define strand (sxml->xml `(html (head (title "bean")) (body (h1 "hello there") (p "this is some text, hmmm."))))) (display strand)