Shammer's Philosophy

My private adversaria

2014-05-25から1日間の記事一覧

Hello World with SBCL CGI

This is the most simple CGI with SBCL. CGI source code is like below. #!/usr/bin/sbcl --script (format t "Content-Type:text/plain~%~%") (format t "Hello, SBCL CGI!!!~%") Generating /usr/lib/cgi-bin/default.l with above contents. And add ex…