sasagawa888 / eisl

ISLisp interpreter/compiler
Other
272 stars 22 forks source link

Bug of map-into #251

Closed sasagawa888 closed 1 year ago

sasagawa888 commented 1 year ago

map-into returns different value in RASPI GCC

''' (defun foo () (let ((x 0) (a '((one . 11) (two . 12) (three . 13) 14))) (list (map-into a (lambda () (setq x (+ x 2)))) a))) '''

sasagawa888 commented 1 year ago

Fixed.