mod_lisp
From Wikipedia, the free encyclopedia
| This article is being considered for deletion in accordance with Wikipedia's deletion policy. Please share your thoughts on the matter at this article's entry on the Articles for deletion page. Feel free to edit the article, but the article must not be blanked, and this notice must not be removed, until the discussion is closed. For more information, particularly on merging or moving the article during the discussion, read the guide to deletion. |
mod_lisp is an extension module for the Apache HTTP Server. It enables Apache to interface with application server[1]s written in Lisp, making it possible to dynamically generate web pages and provide web applications with Lisp programs.[2]
Unlike other mod_* projects, such as mod_perl and mod_python, mod_lisp does not embed a Lisp interpreter in Apache. It is closer to FastCGI, handling requests by serializing them into a textual representation and sending that over a socket to a persistent Lisp program, and then sending the Lisp system's response to a client.[3]
The source (FreeBSD style license), lisp examples and pre-compiled binaries for FreeBSD, Linux and Win32 are available on the mod_lisp web site.[4]
References[edit]
- ^ "mod_lisp home page".
- ^ "Creating Dynamic Websites with Lisp and Apache". The Lambda Meme. Retrieved 2009-03-07.
- ^ "mod_lisp is not like mod_otherlanguages". Zach's Journal. Retrieved 2009-03-07.
- ^ "CLiki : mod_lisp".
|
||||||||||||||||||||||||||||||||||||||||||||