CL-FastCGI is a generic version of SB-FastCGI, target to running on mostly Common Lisp implementation.
You can get it from https://github.com/KDr2/cl-fastcgi .
CL-FastCGI’s API is exactly the same as SB-FastCGI‘s.
If you use SBCL, I recommand you select SB-FastCGI, and package SB-FastCGI has a nickname cl-fastcgi, so you can change SB-FastCGI to cl-fastcgi or change back easily, without code modifications.
- on github : https://github.com/KDr2/cl-fastcgi
- email me : killy.draw<@>gmail.com