Tail Call Optimization Decorator

Tail Call Optimization Decorator 1.0

Tail Call Optimization Decorator 1.0 Download Summary

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

Tail Call Optimization Decorator 1.0 Description

This function decorates a function with tail call optimization.

It does this by throwing an exception if it is it's own 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 />

Tail Call Optimization Decorator Bookmark

Hyperlink code:
Hyperlink for Forum code:

Tail Call Optimization Decorator 1.0 Script Download Notice

Top 4 Download periodically updates information of Tail Call Optimization Decorator 1.0 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. Tail Call Optimization Decorator 1.0 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!

New Tail Recursion Decorator

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

Call a function method X times per second

This simple generator function is used to call a function X times per second. ...
Python

Easily call executables from Python

One common aspect of programming is calling executables and processing results. It is not as ... module in Python which allows you to easily call executables and work with the results. all >execu/ ...
Python

Caching decorator with timeout invalidation

This script is a caching decorator that  collects garbage in a separate thread (for ... entries to be selectiries, andlidated.This kind of caching decorator is often useful in web development, when your pages are dynamic enough that you can't cache the whole page, but would still like to cache individual functions ...
Python

Function emulation using call

This script defines a simple but useful class that emulates a function to gracefully permit latent assignment. In other words, you can use the emulating class as a valid function in assignments with the ability to later associate a function to perform the actual operations. ...
Python