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


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


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


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


Release Notes: 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.


Release Notes: 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.