From: Paul Brannan Date: 2008-02-21T23:48:22+09:00 Subject: Re: tail call elimination On Mon, Jan 28, 2008 at 08:49:59AM +0900, Hrvoje Blazevic 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