1 Jul 17:02
Proper (2.5 svn) way of writing an extension?
From: Eric Jonas <jonas <at> MIT.EDU>
Subject: Proper (2.5 svn) way of writing an extension?
Newsgroups: gmane.comp.lang.jython.devel
Date: 2008-07-01 15:06:14 GMT
Subject: Proper (2.5 svn) way of writing an extension?
Newsgroups: gmane.comp.lang.jython.devel
Date: 2008-07-01 15:06:14 GMT
So I'm a bit confused on how to get started here, unfortunately -- the wiki seems to still be stuck in a pre-2.5 world, so is the best way to start writing a module (given the current jython svn trunk): Do I use the annotations as described here: http://wiki.python.org/jython/PythonTypesInJava Or, per http://wiki.python.org/jython/JythonModulesInJava - write a "POJO" (which I assume means Plain Old Java Object) - vs a subclass of PyObject (which gives me keyword args, i think) What is the standard way that jython has been implementing/migrating existing standard library c modules? What would people recommend? Thanks, ...Eric ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php
RSS Feed