08/06/18 17:05:25
>>698のGaucheは、
gosh> (map (lambda (x) x) '(1 2 3 . 5))
(1 2 3)
と整合。set-cdr!の結果が#<undef>
Guile 1.8.3は、
> standard input:1:1: In procedure map in expression (map (lambda # x) (quote #)):
> standard input:1:1: Wrong type argument in position 2: (1 2 3 . 5)
> ABORT: (wrong-type-arg)
でエラー。