[gambit-list] REPL, values and '#'
Adrien Piérard
pierarda at iro.umontreal.ca
Mon Aug 22 02:09:07 EDT 2011
Hello,
Given that '#' is supposed to be a placeholder for the latest returned
value, I'd expect
> (values 1 2)
1
2
> #
1
2
instead of
> (values 1 2)
1
2
> #
2
Or at least, the returned value to be the first one of multiple
values, not the last.
I think that it's not common to use # and values together in the REPL,
but I find the above behaviour not very natural.
Cheers,
P!
--
Français, English, 日本語, 한국어
More information about the Gambit-list
mailing list