13 Aug 00:43
New release CL-EMB 0.4.2
From: Stefan Scholl <sscholl@...>
Subject: New release CL-EMB 0.4.2
Newsgroups: gmane.lisp.cl-emb.devel
Date: 2005-08-12 22:47:05 GMT
Subject: New release CL-EMB 0.4.2
Newsgroups: gmane.lisp.cl-emb.devel
Date: 2005-08-12 22:47:05 GMT
New release CL-EMB 0.4.2 CL-EMB is a library to embed Common Lisp and special template tags into normal text files. Can be used for dynamically generated HTML pages. You can download it from http://common-lisp.net/project/cl-emb/ or install with ASDF-Install. CL-USER> (asdf:operate 'asdf:load-op :asdf-install) CL-USER> (asdf-install:install :cl-emb) Changes: - Changed internal function to escape for XML (was very slow and is now using code from Edi Weitz) - optimized URL encoding - locking mechanism for threaded/multiprocessing programs (*LOCKING-FUNCTION*). *LOCKING-FUNCTION* can be set to a locking function which must accept a function as parameter. The locking function gets called whenever CL-EMB accesses a global hash table. IMPORTANT: The locking function must return the value of the function it calls! Example:(Continue reading)
RSS Feed