- mod_lisp
-
mod_lisp is an extension module for the Apache HTTP Server that enables Apache to interface with web applications written in Lisp. This makes it possible to dynamically generate web pages and provide web services with Lisp programs.[1]
Unlike other "mod_" languages, such as mod_perl and mod_python, mod_lisp does not embed a Lisp interpreter in Apache. Its purpose is to handle requests by converting them into simple text format and sending them over a socket to a Lisp system, and then sending the Lisp system's response to a client. In this respect, it resembles FastCGI.[2]
The source (FreeBSD style license), lisp examples and pre-compiled binaries for FreeBSD, Linux and Win32 are available on the mod_lisp web site.[3]
References
- ^ "Creating Dynamic Websites with Lisp and Apache". The Lambda Meme. http://www.ymeme.com/creating-dynamic-websites-lisp-apache.html. Retrieved 2009-03-07.
- ^ "mod_lisp is not like mod_otherlanguages". Zach's Journal. http://xach.livejournal.com/144475.html. Retrieved 2009-03-07.
- ^ "CLiki : mod_lisp". http://www.cliki.net/mod_lisp.
Technology specific - ISAPI
- Java Servlet
- NSAPI
- AJP
- Python WSGI
- Ruby Rack
- JavaScript JSGI
- Perl PSGI
- Lua WSAPI
Apache modules - mod_jk
- mod_lisp
- mod_parrot
- mod_perl
- mod_php
- mod_python
- mod_wsgi
- mod_ruby
Categories:- Apache httpd modules
- Lisp programming language
Wikimedia Foundation. 2010.