- hh-web
HH-Web is a library of Common Lisp code intended to simplify development of modern web applications - Hiper
High performance term rewriting E-completion system - Hoan Ton-That
See Hoan Ton-That's Road to Lisp - house
A minimal event-driven web-server, tailor made for web games, but generally useful - HT-AJAX
HT-AJAX is a small AJAX web framework for Hunchentoot web server that allows transparent calls from Javascript in web pages to the server side Lisp code - ht-simple-ajax
HT-SIMPLE-AJAX is an Ajax library for the HUNCHENTOOT web server - HTML
3bmd - 3bmd is a Markdown to HTML converter CL-HTML-DIFF - CL-HTML-DIFF is a library for generating a human-readable diff of two HTML documents, using HTML cl-libxml2 - cl-libxml2 is high-level wrapper around libxml2 and libxslt libraries closure-html - Closure HTML is a portable HTML parsing library that understands malformed HTML CLSS - CLSS is a DOM traversal/search engine using CSS selectors colorize - Colorize is an application for colorizing chunks of code in several programming languages Exscribe - Exscribe is a CL-based document authoring tool in the spirit of Manuel Serrano's Scribe gy.mr.html - Max rottenkolber's HTML generator html-encode - html-encode is a small library for encoding text in various web-savvy formats htout - htout is an HTML generator written by Tim Bradshaw jarw-markup - jarw-markup is a library for document preparation from s-expressions to html or latex, together with automated registration and conversion of media and mathematics lQuery - lQuery is a DOM manipulation library inspired by and based on the jQuery syntax and functions macro-html - MACRO-HTML is Max Rottenkolber's HTML generator Plump - Practically Lenient and Unimpressive Markup Parser Stencl - Stencl is a simple templating library loosely based on BRL (the Beautiful Report Language) Texticl - Texticl is a library that transforms a text markup language similar to - HTML generator
HTML generators are libraries that let you generate HTML from within your Lisp code, as opposed to HTML template libraries - HTML parser
HTML parsers - HTML template
HTML templating libraries:
Result page:<123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291>