Hello all,
This is a question regarding starting a server to do web programming. I am currently reading Peter Seibel's book Practical Common Lisp and on page 367, it mentions that :
"You can start a server listening on port 2001 like this:
WEB> (start :port 2001)
#<WSERVER port 2001 @ #x72511c72>"
On typing this into the terminal, I got a message that said : Error: attempt to call 'START' which is an undefined function. [condition type: UNDEFINED-FUNCTION].
Does anyone know what the problem here is and how I can fix it? Thanks a lot !
Gengyang Cai
