Things I need to look up
February 11, 2007 at 01:36 PM | categories: python, oldblog | View Comments
Two things struck me eye from comp.lang.python.announce that I need to look up at some point:
- Shed Skin by Mark Dufur has a new release with initial support for iterators and generators. This strikes me as a really exciting, since it may mean that we can write a simple version of Kamaelia - ie a miniaxon - that works with shed skin. That opens up some really interesting options! I'll report back in the comments to this post the results of my experiments :) (I need to reinstall dependencies first)
- The other was Partial 1.0 by Martin v. Löwis which allows you to define a single class across multiple files. Whilst this probably looks odd I can see all sorts of interesting uses for this from the perspective of exogenous connectors. (Or put another for plugins)