Hi,
I was wondering if it's possible to embed lisp in html the way PHP does? I really want to try switching from PHP to lisp and I have a web site that has a bunch of pages with PHP script (*.php ones). The only examples of lisp I've seen so far were pure lisp scripts that generate html. So, how about a mixture of html and lisp in one page?
Thanks in advance. Andrei
__________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com
On 2004-10-30 00:03, Andrew Stebakov wrote:
I was wondering if it's possible to embed lisp in html the way PHP does? I really want to try switching from PHP to lisp and I have a web site that has a bunch of pages with PHP script (*.php ones).
CL-EMB http://common-lisp.net/project/cl-emb/ is a library to embed Common Lisp and special template tags into text (e.g. HTML).
The only examples of lisp I've seen so far were pure lisp scripts that generate html. So, how about a mixture of html and lisp in one page?
Some examples for CL-EMB: http://common-lisp.net/project/cl-emb/examples.html