Hi all! It seems that Arc-wiki (perhaps also arc2) has the following bug: <<<<<<<<
shlomi:~/Download/unpack/prog/lisp/arc/arc-wiki$ ./arc.sh
Use (quit) to quit, (tl) to return here after an interrupt.
arc> `(5 . 6)
Error: "map: expects type <proper list> as 2nd argument, given: (5 . 6); other arguments were: #<procedure:.../arc-wiki/ac.scm:214:14>"
arc>
>>>>>>>> `(5 . 6) works fine in SBCL, MZScheme, and Guile, so I don't see any reason for it to be broken here. I'd appreciate it if anyone can commit a fix. |