[gambit-list] Keyword and rest parameters, and the print procedure, are now working
Marc Feeley
feeley at iro.umontreal.ca
Fri Mar 13 12:13:43 EDT 2009
The latest commit on the Scheme repository may interest some of you.
Marc
From the Changelog:
Fixed a long standing bug with handling of keyword and rest
parameters, which prevented the procedures print and println to work
reliably.
Now that the print procedure is reliable and subsumes the "fringe
printing" algorithm of the display procedure, the behavior of the
display procedure has been changed so that it is closer to what other
Scheme systems do (i.e. lists and vectors are written with
parentheses, spaces, etc).
More information about the Gambit-list
mailing list