About the debugger, I´ve used the SLIME debugger (EMACS) and is quite
powerful, it gives you a lot of information to figure out what might
be wrong, and will allow your to use your own restarts, if you know
how (Practical Common Lisp has a good secion on error handling).
For an overview of the SLIME debugger you can watch the video at,
http://common-lisp.net/project/movies/movies/slime.mov
I found that is better to downlowad the video and watch it with an
external video player.
On May 24, 11:42 am, Matt Emmonasd <
themattemm...@gmail.com> wrote:
> This is seemingly identical to the source code from
landoflisp.com for the
> wizards_game.lisp
>
> However, I continually get these errors when trying to input commands:
>
> [1]> (load "~/lisp/game.lisp")
>
> > ;; Loading file /Users/matt/lisp/game.lisp ...
> > ;; Loaded file /Users/matt/lisp/game.lisp
> > T
> > [2]> (game-repl)
> > look
> > *** - MAPCAR: A proper list must not end with LOOK
> > The following restarts are available:
> > ABORT :R1 Abort main loop
>
> I figure there is something wrong with my *game-read *function. Cannot