A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://mail.python.org/pipermail/python-dev/2004-July/046227.html below:

[Python-Dev] Proper tail recursion

[Python-Dev] Proper tail recursion [Python-Dev] Proper tail recursion"Martin v. Löwis" martin at v.loewis.de
Thu Jul 15 21:45:00 CEST 2004
Andrew Koenig wrote:
> So I agree that recursion is not the basis of everything--but it is the
> basis of some things, and I would like to be able to express those things
> recursively without having to worry about the implementation stopping me.  I
> understand that the existence of Jython may make this wish impossible to
> achieve in practice, but it's still there.

Interestingly enough, the .NET VM (i.e. MSIL) supports tail recursion 
explicitly by means of opcodes (e.g. tail.callvirt in addition
to callvirt).

Regards,
Martin

More information about the Python-Dev mailing list

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4