1 Use pacman to load sbcl rlwrap and then download quicklisp. --------------------->
2 [g@myhost ~]$ cat hunch (ql:quickload "hunchentoot") (hunchentoot:start (make-instance 'hunchentoot:easy-acceptor :port 4242)) (push (hunchentoot:create-folder-dispatcher-and-handler "/www/" #p"/home/g/mighty/www/") hunchentoot:*dispatch-table*) ------------------------------------->
3 [g@myhost ~]$ rlwrap sbcl --load hunch
This is SBCL 1.0.54, an implementation of ANSI Common Lisp.
More information about SBCL is available at
localhost:4242/www/hi.html
No comments:
Post a Comment