[iterate-devel] compile failed on allegro 8.2

szergling senatorzergling at gmail.com
Wed Apr 7 22:22:49 UTC 2010


On 4/7/10, Michael Pheasant <mike at pheasant.co.nz> wrote:
> Hi
>
> trying to install iterate with  (asdf-install:install :iterate)
> I get the following error:
>
> ....
> ;;; Compiling file
> /Users/m.pheasant/.asdf-install-dir/site/iterate-1.4.3/iterate.lisp
> Error: Unsyntactic ! syntax: "1"
>
>
> It refers to the first time the !1 is seen, in defun walk:
>
>       (t ;; Lisp function call
>        (return-code-modifying-body #'walk-arglist (cdr form)
> 				   #L(list (cons (car form) !1))))))
>
>

Hi Mike, did the #L (lambda) reader macro get installed correctly?
Have you looked into (search for "SharpL") the code and the line

(set-dispatch-macro-character #\# #\L #'sharpL-reader)

Perhaps that would be the place to begin to investigate.

Yong.




More information about the iterate-devel mailing list