[ANN] Apache Common Lisp module

Discussion of Common Lisp
Post Reply
jjgarcia
Posts: 38
Joined: Mon Oct 13, 2008 2:48 pm

[ANN] Apache Common Lisp module

Post by jjgarcia » Sat Jul 10, 2010 2:25 am

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.

findinglisp
Posts: 447
Joined: Sat Jun 28, 2008 7:49 am
Location: Austin, TX
Contact:

Re: [ANN] Apache Common Lisp module

Post by findinglisp » Mon Sep 27, 2010 4:54 pm

Very cool. I have been waiting for somebody to do this, thinking myself that ECL would be a great starting point.
Cheers, Dave
Slowly but surely the world is finding Lisp. http://www.findinglisp.com/blog/

Post Reply