Hi,
In message "[ruby-talk:04205] Will stacklessness ever be relevant to Ruby?"
on 00/07/25, Conrad Schneiker <schneik / austin.ibm.com> writes:
|I encountered this discussion in comp.lang.python. Quick question: is
|stacklessness (modulo whatever reasonable qualifications you think are
|appropriate) likely to be relevant to Ruby (say in the next 5-10 years)?
With Ruby's own threading feature, stacklessness is less needed
comparing to Python. Still stacklessness is good. It is in the todo
list for 1.7 (or Ruby Next Generation).
matz.