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, 日本語, 한국어