[ prog / sol / mona ]

prog


scheme vs common lisp

33 2021-11-11 02:31

>>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).

[1]: https://github.com/edicl/cl-who

41


VIP:

do not edit these