Tail call elimination

Does ruby implement tail call elimination?

– Hrvoje

On Jan 27, 4:42 pm, Hrvoje B. [email protected]
wrote:

Does ruby implement tail call elimination?

The Internet knows:
http://www.google.com/search?q=ruby+tail+call

On Mon, Jan 28, 2008 at 08:49:59AM +0900, Hrvoje B. wrote:

Does ruby implement tail call elimination?

The ruby-optimizer module used to support this, but it only works on
1.6.x:

http://raa.ruby-lang.org/project/ruby-optimizer/

Might be an interesting project for someone to resurrect.

Paul