hobby-http.lsp ============== This script utilizes newlisp's built-in HTTP service for serving a directory tree. Run as $ newlisp hobby-http.lsp -c -http -d $PORT -w $ROOT It limits to handling GET and HEAD requests. See http://www.newlisp.org/downloads/manual_frame.html for details on newlisp.