New Tail Recursion Decorator

New Tail Recursion Decorator 1.6

New Tail Recursion Decorator 1.6 Download Summary

  • Language: Python
  • Platform: Windows / Linux / Mac OS / BSD / Solaris
  • License: Other Free / Open Source License - Python License
  • Databases: N/A
  • Downloads: 359
  • Released: Jun 6, 2007

New Tail Recursion Decorator 1.6 Description

This tail recursion decorator can eliminate the tail calls for recursive functions.

New Tail Recursion Decorator 1.6 Keywords

New Tail Recursion Decorator Bookmark

Hyperlink code:
Hyperlink for Forum code:

New Tail Recursion Decorator 1.6 Script Download Notice

Top 4 Download periodically updates information of New Tail Recursion Decorator 1.6 script from the developer, but some information may be slightly out-of-date.

Our script download links are directly from our mirrors or publisher's website. New Tail Recursion Decorator 1.6 torrent files or shared files from free file sharing and free upload services, including Rapidshare, MegaUpload, YouSendIt, MailBigFile, DropSend, HellShare, HotFile, FileServe, MediaMax, zUpload, MyOtherDrive, SendSpace, DepositFiles, Letitbit, LeapFile, DivShare or MediaFire, are not allowed!

Tail Call Optimization Decorator

This function decorates a function with tail call optimization. It does this by throwing an ... grandparent, and catching such exceptions to fake the tail call optimization. This function fails if the decorated function recurses in a non-tail contexif the de >/ ...
Python

Squirrel

... Delegation · Classes & inheritance · Higher order functions · Generators · Cooperative threads(coroutines) · Tail recursion · Exception handling · Automatic memory management (CPU bursts free; mixed approach ref counting/GC) · Weak references · Both compiler and virtual machine ...
Unknown

The Squirrel programming language

... Delegation · Classes & inheritance · Higher order functions · Generators · Cooperative threads(coroutines) · Tail recursion · Exception handling · Automatic memory management (CPU ... x86, Fedora Core 4 on AMD x64). What's New in This Release: · Added real ...

Permutation

This script contains a small but efficient recursive function for printing the permutation of characters in a given string. ...
Python

Loop over and descend into sequences

... a container and its elements that checks for recursive traps. The condition for descending into elements is highly configurable (a list of type() results, or a callable). ...
Python