>>31
For Common Lisp, you could use cl-who [1] to generate HTML. For Racket, take a look at the xml library, which has "xexpr"s for writing HTML (xexpr->string
is useful). For Scheme, look up SXML, which can be transformed to HTML. cl-who is the most widely used out of all these, so for web development, use Common Lisp (or Clojure if that's acceptable to you).