All things JythonicA blog tracking jython developmentsdeque collection class for Jython- August 26, 2004 Raymond Hettinger provided a Pure python drop in replacement for collections.deque() from Py2.4 and it works with Jython. Hurray! Its available at the ActiveState Python Cookbook. See the Python 2.4 documentation at: http:www.python.orgdevdocdevellibmodule-collections.html for how to use this.http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/259179 Some Python Aspect Oriented Programming Links- August 18, 2004 Python Aspect Oriented Links: Lightweight Python AOP This introduces a Python module which implements one essential concept in Aspect Oriented Programming (AOP)... The aspects module provides a function called wrap_around. Pythius The Pythius package high level AOP support. See here for examples. Aspects aspects is a python module that enables Aspect Oriented Programming in Python. For now, it provides a set of ready-to-use aspects and an easy way to create your...http://www.pycs.net/users/0000177/categories/jython/2004/08/18.html#P287 Why I Use Jython - Run Darn Near Everywhere- August 5, 2004 I've just putting the finishing touches on several small projects that are centered around Jython and several widely available java libraries. I chose Jython for several reasons. Python just fits how my brain works. Weird I know, but that is my reality. But not everyone has Python installed, or has the right release of python. So I write my software in python that I can compile into a java jar using Jython and thus piggy back on the general availability of the Java platform! .http://www.jython.org |