Re: [Jython-dev] future direction of Jython
by Iwan Vosloo other posts by this author
Oct 17 2004 7:52AM messages near this date
Re: [Jython-dev] When is Jython 2.2 due for release?
|
[Jython-dev] SOAPpy with Jython
> brian zimmer wrote:
> I"m interested in learning more about the group"s interest in the
> future direction of Jython. What are the primary areas of development
> people wish addressed? Is it more important to work well with Java or
> be feature-for-feature compliant with CPython? Do people like jythonc?
> Should it be improved in any way? What about missing modules from
> CPython such as select, sets or datetime? Should these be implemented?
> Does anyone have significant changes to Jython they have found useful?
>
> I"d like to know how people feel, what features are used the most and
> what should be done for Jython. I"m not suggesting that I or anyone
> currently on the development team will be able to do anything with the
> results of this informal survey, but we might.
Hi Brian,
I am developing an application that will need to run in the java world. Developing in python
is much faster for me than in java - the first reason for using jython. But, it would be a
large added benefit if the app can also live in a pure python world. This goal can be acco
mplished with careful design if I use java libraries only in localised areas of the code so
that the divergence of the python vs java specific bits of source can be kept small.
So, java integration AND feature-for-feature compatibility with CPython is important to me.
I suspect that the python libraries may pose performance problems in the long run under jyth
on. So, my guess is that it would be ideal if the CPython libraries could also be implement
ed in java...
I also tentatively agree with Sean McGrath that the java integration goal seems to already h
ave been accomplished well enough. (But then, this is the opinion of someone coming from th
e python world, not from the java world.)
-i
-------------------------------------------------------
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
_______________________________________________
Jython-dev mailing list
Jython-dev@[...].net
https://lists.sourceforge.net/lists/listinfo/jython-dev
Thread:
KlausRueger
Iwan Vosloo
|