Lisp 相关在线资源

基础概念

资源

Common Lisp 相关网站

Common Lisp 库

相关文章

Beating The Average

The purpose of this article is not to change anyone's mind, but to reassure people already interested in using Lisp— people who know that Lisp is a powerful language, but worry because it isn't widely used.

Creating Dynamic Websites with Lisp and Apache

apache + mod_lisp + cmucl + lml + cl-ppcre + clsql + mysql... Below, I describe the way I created this site, which includes dynamically created content, served from a mysql database. The approach I describe is by no means the only way to use lisp programs to serve web pages. There are complete http servers written in lisp: CL-HTTP, araneida, AllegroServe, portable allegroserve, and others. Le Sursis uses lisp to handle CGI requests, and employs a markup language similar to lml. IMHO uses apache with mod_lisp or mod_webapp.