Closed marcomaggi closed 13 years ago
Reported by Göran Weinholt:
Ikarus Scheme version 0.0.4-rc1+, 64-bit (revision 1870, build 2010-11-07) Copyright (c) 2006-2009 Abdulaziz Ghuloum
(let ((l '(b c))) (display (list l (cdr l))) (newline)) ((b . (c)) (c))
As you can see, the printer decided to use the dot notation, even though it wasn't necessary in this case. This can get pretty confusing in larger examples.
Fixed in revision 0.1b0.
Reported by Göran Weinholt:
Ikarus Scheme version 0.0.4-rc1+, 64-bit (revision 1870, build 2010-11-07) Copyright (c) 2006-2009 Abdulaziz Ghuloum
As you can see, the printer decided to use the dot notation, even though it wasn't necessary in this case. This can get pretty confusing in larger examples.