Tail call elimination

Does ruby implement tail call elimination?

-- Hrvoje

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

···

On Jan 27, 4:42 pm, Hrvoje Blazevic <hrvoje.blaze...@ri.t-com.hr> 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

···

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

Does ruby implement tail call elimination?