Open hyln9 opened 10 years ago
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.
Launchpad Details: #LP793544 Göran Weinholt - 2011-06-06 09:47:51 -0400
Matched by Vicare issue 20, fixed in revision 0.1b0.
Launchpad Details: #LPC Marco Maggi - 2011-06-13 14:23:22 -0400
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.
Launchpad Details: #LP793544 Göran Weinholt - 2011-06-06 09:47:51 -0400