On Sat 27 Mar 2010 22:25, Mark H Weaver <[email protected]> writes: > There has been a compiler bug in master since at least March 2. > > (map (lambda (lst) > (write lst) (newline) > (apply (lambda (a b c) > (+ a b c)) > lst)) > '((1 2 3))) > > Guile evaluates the expression above correctly, but if you comment out > the "(write lst) (newline)", it fails
Thanks, fixed. Andy -- http://wingolog.org/
