Hi,
In message "Re: Symbol#to_proc is just so beautiful"
on Sun, 2 Jul 2006 00:34:22 +0900, transfire / gmail.com writes:
|And actually if you look at it less abstract terms it doesn't seem
|quite as radical either:
|
| [1,2,3].collect.to_s
This means 'print([1,2,3].collect)' would not work, since it calls
to_s for string conversion, but to_s gives it an array of strings.
In any case, I feel like it requires special notation (for partial
evaluation), even if we really need it.
matz.