

| |||||||
|
You are here: Root > By Topic > Web Development > HTML Macros
A Lisp markup language which can be used to generate HTML, XHTML, XML, ...
| edi@agharta.de | |
| Web site | http://weitz.de/cl-who/ |
| Mailing list | http://common-lisp.net/mailman/listinfo/cl-who-devel |
| Version | - |
| Maturity | Stable |
| OS compatibility | |
| ASDF installable | Yes |
| Official Download | http://weitz.de/files/cl-who.tar.gz |
| Mirrored Download | |
| Source code repository |
CL-WHO tries to create efficient code in that it makes constant strings as long as possible. In other words, the code generated by the CL-WHO macros will usually be a sequence of WRITE-STRING forms for constant parts of the output interspersed with arbitrary code inserted by the user of the macro. CL-WHO will make sure that there aren't two adjacent WRITE-STRING forms with constant strings. CL-WHO's output is either XHTML (default) or 'plain' (SGML) HTML - depending on what you've set HTML-MODE to.
Weblocks | CL-WIKI | DOCUMENTATION-TEMPLATE | LW-DOC | Wispy Lisp
You must be logged to add a note
You must be logged to add a comment