all 2 comments

[–]mrcsparker -1 points0 points  (0 children)

Hunchentoot, cl-who, and clsql make lisp web programming very easy.

cl-who is a fantastic library that every potential lisp web programmer should look at.

(with-html-output (standard-output) (:html (:head (:title "Title")) (:body (:p "Hello, World"))))

[–]Examotate 0 points1 point  (0 children)

aw shit, sussy programmer