Hi!
With ILISP and LispWorks (4.2.7 professional on Linux) I can't get *
and friends to work:
Starting /usr/local/lib/LispWorks/lispworks-427-console ...
ILISP V5.12.0 Use M-x ilisp-bug for problems and suggestions.
LispWorks(R): The Common Lisp Programming Environment
Copyright (C) 1987-2002 Xanalys LLC. All rights reserved.
Version 4.2.7
Saved by edi as lw-ilisp-capi, at 04 Oct 2002 0:52
User edi on bird.agharta.de
; Loading text file /usr/local/lib/LispWorks/lib/4-2-0-0/config/siteinit.lisp
; Loading text file /usr/local/lib/LispWorks/lib/4-2-0-0/private-patches/load.lisp
; Loading text file /home/edi/.lispworks
; Loading fasl file /usr/local/lib/LispWorks/defsystem.ufsl
CL-USER 1 >
CL-USER 2 > (+ 1 1)
2
CL-USER 9 > (+ 1 *)
Error: In + of (1 NIL) arguments should be of type NUMBER.
1 (continue) Return a value to use.
2 Supply a new second argument.
3 (abort) Return to level 0.
4 Return to top-level loop.
5 Return from multiprocessing.
Type :b for backtrace, :c <option number> to proceed, or :? for other options
Needless to say this works fine in the LispWorks IDE. ILISP version is
a post-5.12 snapshot with the latest Changelog entry being from
2002-06-03. Is this a known bug or is something wrong with my set-up?
Thanks,
Edi.
|