hyln9 / ikarus

Optimizing incremental native-code compiler for R6RS scheme. This is a forked repository.
https://launchpad.net/ikarus
Other
5 stars 0 forks source link

Shared structures are displayed peculiarly #276

Open hyln9 opened 10 years ago

hyln9 commented 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

hyln9 commented 10 years ago

Matched by Vicare issue 20, fixed in revision 0.1b0.

Launchpad Details: #LPC Marco Maggi - 2011-06-13 14:23:22 -0400