Programming Assignment 1: Lisp


We have provided the code to get you started. Follow the below steps to get the code and start it running.

Now the webserver should be up and running. The sample does nothing even remotely interesting, but the code is there to get you started.

Once you make changes to the Lisp code, you need only reload the affected files--with one exception. If you make changes to the function myfrontpage, you will need to reload at least one of the files mentioned in loader.lisp, so it is easiest to reload them all. You can even reload files without shutting down the webserver.

Shutting down the webserver is easy. It should be shut down automatically when you exit the alisp from which the server was started. But if you want to kill the server without exiting alisp, in the terminal window from which you started the webserver, execute (stopserver). Lisp returns NIL and shuts down the server process.

Now a few notes on Lisp and alisp.


(c) Copyright 1995-2004 by Michael Genesereth