CL-EMB is a library which embeds Common Lisp and special template tags into normal text files. It can be used for dynamically-generated HTML pages.
| Tags | Internet Web Dynamic Content Text Processing |
|---|---|
| Licenses | LGPL |
| Implementation | Common Lisp Lisp |
Recent releases


Changes: File reading was optimized. The @insert template tag was added.


Changes: Some optimizations regarding escaping for XML and URL encoding were made. An optional locking mechanism for threaded/multiprocessing programs was added.


Changes: @include now uses the supplied path relative to the current template.


Changes: The way to access the supplied environment (plist) within the template tags was extended. You can now write a path to access values within a nested plist.


Changes: This release fixes the template tags @include and @call. They were broken by the API changes in 0.3.0 and not properly fixed in release 0.3.1.
A script that lets you handle form validation without writing JavaScript code.