Page 1 of 1

[ANN] Apache Common Lisp module

Posted: Sat Jul 10, 2010 2:25 am
by jjgarcia
Just in case some of you did not notice the annoucement...

Louis Höfler has created a very interesting project: a module that allows you to execute Common Lisp in your Apache web server, much like PHP and perl modules I assume

The first version of the module is available here
https://sourceforge.net/projects/mod-ecl/files/

It uses ECL as embedded Common Lisp in a very simple way. I would encourage people interested in this project to research things like security and multithreading.

Re: [ANN] Apache Common Lisp module

Posted: Mon Sep 27, 2010 4:54 pm
by findinglisp
Very cool. I have been waiting for somebody to do this, thinking myself that ECL would be a great starting point.