» tagged pages
» logout

sorted by: recent | see : popular
Content Tagged with implementation + python

CLPython - an implementation of Python in Common Lisp

Complete implementation of Python in CL. You can run Python programs in a Lisp environment and use each other's libraries. Also can analyse Python source code to automate documentation generation and semantic checks. Requires Allegro CL 8.0. LLGPL.

opensource: del.icio.us tag/opensource

Goatsmilk Soap

Zsi: open-source python soap implementation.

open-source: del.icio.us tag/open-source

[from notmuch] The Python 2.5 Goodie Bag: Language Enhancements and Modules - The dict type has a new hook function called __missing__. It is called whenever you try to access a missing key.

The default implementation is to raise the infamous KeyError exception, but you can subclass dict and override the __missing__ method in your subclass to do whatever you want.

User:jeyrb: jey's network's del.icio.us bookmarks