CL-HTTP

CL-HTTP
Original author(s) John C. Mallery
Initial release 1994 (1994)
Written in Common Lisp
Operating system Cross-platform
Type Web Server
License Proprietary
Website cl-http.org:8000

CL-HTTP is a web server, client and proxy written in Common Lisp. It is based on its own web application framework. It was written by John C. Mallery "in about 10 days"[1] starting in 1994 on a Symbolics Lisp Machine. In the same year a port to Macintosh Common Lisp was done. In 1996 CL-HTTP became the first web server to support the HTTP 1.1 protocol.[2] It runs on Unix, Linux, BSD variants, Mac OS X, Solaris, Symbolics Genera and Microsoft Windows.

CL-HTTP makes extensive use of the Common Lisp Object System and the macro capabilities of Lisp.[3]

Usage

CL-HTTP has been used in several applications. ELM-ART is a tutoring system written in Common Lisp using CL-HTTP.[4] It was later commercialized as NetCoach.[5] InterBook is an early adaptive electronic textbook, also written on top of CL-HTTP.[6] Cl-HTTP has been used very early as a tool to create web interfaces for applications.[7][8][9][10]

In 1994, CL-HTTP was used by the W3C and other members of the IETF HTTP working group to develop reference clients and servers for HTTP 1.1.[11]

Most prominently, CL-HTTP was used during the presidency of Bill Clinton as the web server for the White House Publications web site. It distributed the daily press releases and official publications of the Clinton Administration.[12]

CL-HTTP has been used as an example of a non-trivial Lisp application.[13]

Features

References

  1. "CL-HTTP History".
  2. "ANNOUNCE: Common Lisp Web Server (60.57)".
  3. Mallery, John C. (May 25, 1994). "A Common LISP Hypermedia Server". Proceedings of The First International Conference on The World-Wide Web. Geneva: CERN.
  4. Brusilovsky, Peter; Schwarz, Elmar; Weber, Gerhard (1996). ELM-ART: An intelligent tutoring system on world wide web. Lecture Notes in Computer Science. 1086/1996. Springer. pp. 261–269. doi:10.1007/3-540-61327-7_123.
  5. Weber, Gerhard; Kuhl, Hans-Christian; Weibelzahl, Stephan (2002). Developing Adaptive Internet Based Courses with the Authoring System NetCoach. Lecture Notes in Computer Science. 2266/2002.
  6. Brusilovsky, Peter; Schwarz, Elmar; Weber, Gerhard (October 15–19, 1996). "A Tool for Developing Adaptive Electronic Textbooks on WWW". WebNet 96 Conference Proceedings. San Francisco, CA.
  7. Davies, Byron; Davies, Victoria Bryan (May 1997). "Patching onto the Web: Common LISP hypermedia for the intranet". Communications of the ACM. 40 (5). doi:10.1145/253769.253794.
  8. Taube, Heinrich; Kunze, Tobias (1997). "An HTTP Interface to Common Music". International Computer Music Conference.
  9. Welty, Christopher A. "An HTML Interface for Classic". Proc. of the 1996 Description Logic Workshop (DL’96). AAAI Press. WS-96-05 in AAAI Technical Report.
  10. Rahkila, M.; Karjalainen, M. (1997). "An interactive DSP tutorial on the Web". IEEE International Conference on Acoustics, Speech, and Signal Processing. Espoo: Lab. of Acoust. & Audio Signal Process., Helsinki Univ. of Technol. ICASSP-97. CiteSeerX 10.1.1.130.8585Freely accessible.
  11. "CL-HTTP History".
  12. "CL-HTTP was fielded in 1994 to serve the White House Publications System".
  13. Dozsa, A.; Gtrba, T.; Marinescu, R. (2008). "How Lisp Systems Look Different". 12th European Conference on Software Maintenance and Reengineering. Timisoara: Politeh. Univ. of Timisoara. CSMR 2008.

External links

This article is issued from Wikipedia - version of the 11/1/2016. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.