Differences between revisions 155 and 157 (spanning 2 versions)
Revision 155 as of 2007-04-10 19:29:34
Size: 1629
Editor: 85
Comment: Hey! Really b great site aunko <a href= http://car-warranty.autopronews.com/car-warranty-canada.html >car warranty canada</a> [url=http://car-warranty.autopronews.com/car-warranty-canada.html]car warranty canada[/url] <a href= http://car-compare.autopronews.com/car-compare-speaker.html >car compare speaker</a> [url=http://car-compare.autopronews.com/car-compare-speaker.html]car compare speaker[/url] <a href= http://auto-warranty.autopronews.com/guardian-auto-warranty.html >guardian auto warranty</a> [url=http://auto-warranty.autopronews.com/guardian-auto-warranty.html]guardian auto warranty[/url] <a href= http://car-warranty.autopronews.com/used-car-warranty-information.html >used car warranty information</a> [url=http://car-warranty.autopronews.com/used-car-warranty-information.html]used car warranty information[/url] <a href= http://car-part.autopronews.com/am-car-part-trans.html >am car part trans</a> [url=http://car-part.autopronews.com/am-car-part-trans.html]am car part trans[/url] <a href= http://used-car.autopronews.com/bakersfield-ca-car-used.html >bakersfield ca car used</a> [url=http://used-car.autopronews.com/bakersfield-ca-car-used.html]bakersfield ca car used[/url] <a href= http://car-cheap.autopronews.com/audio-car-cheap-system.html >audio car cheap system</a> [url=http://car-cheap.autopronews.com/audio-car-cheap-system.html]audio car cheap system[/url] <a href= http://car-insurance.autopronews.com/aa-car-insurance-quote.html >aa car insurance quote</a> [url=http://car-insurance.autopronews.com/aa-car-insurance-quote.html]aa car insurance quote[/url] Buy! fynq
Revision 157 as of 2007-04-16 04:32:05
Size: 2784
Editor: JamesAbley
Comment: Added ModulesOverview
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
Hey! Really b great site aunko
<a href= http://car-warranty.autopronews.com/car-warranty-canada.html >car warranty canada</a> [url=http://car-warranty.autopronews.com/car-warranty-canada.html]car warranty canada[/url] <a href= http://car-compare.autopronews.com/car-compare-speaker.html >car compare speaker</a> [url=http://car-compare.autopronews.com/car-compare-speaker.html]car compare speaker[/url] <a href= http://auto-warranty.autopronews.com/guardian-auto-warranty.html >guardian auto warranty</a> [url=http://auto-warranty.autopronews.com/guardian-auto-warranty.html]guardian auto warranty[/url] <a href= http://car-warranty.autopronews.com/used-car-warranty-information.html >used car warranty information</a> [url=http://car-warranty.autopronews.com/used-car-warranty-information.html]used car warranty information[/url] <a href= http://car-part.autopronews.com/am-car-part-trans.html >am car part trans</a> [url=http://car-part.autopronews.com/am-car-part-trans.html]am car part trans[/url] <a href= http://used-car.autopronews.com/bakersfield-ca-car-used.html >bakersfield ca car used</a> [url=http://used-car.autopronews.com/bakersfield-ca-car-used.html]bakersfield ca car used[/url] <a href= http://car-cheap.autopronews.com/audio-car-cheap-system.html >audio car cheap system</a> [url=http://car-cheap.autopronews.com/audio-car-cheap-system.html]audio car cheap system[/url] <a href= http://car-insurance.autopronews.com/aa-car-insurance-quote.html >aa car insurance quote</a> [url=http://car-insurance.autopronews.com/aa-car-insurance-quote.html]aa car insurance quote[/url]
Buy! fynq
#format wiki
#language en
#pragma section-numbers off

''The purpose of a programming language is to let software developers express their intentions as simply and directly as possible. - JimHugunin''

------
= Jython 2.2b1 has been released! =

(!) [http://downloads.sourceforge.net/jython/jython_installer-2.2b1.jar Download from sourceforge] (!)

(Released on February 8, 2007)
-----

= Welcome to the Jython Wiki! =


Jython is a Java implementation of Python that combines expressive power with clarity. Jython is freely available for both commercial and non-commercial use and is distributed with source code. Jython is complementary to Java and is especially suited for the following tasks:

    * '''Embedded scripting''' - Java programmers can add the Jython libraries to their system to allow end users to write simple or complicated scripts that add functionality to the application.
    * '''Interactive experimentation''' - Jython provides an interactive interpreter that can be used to interact with Java packages or with running Java applications. This allows programmers to experiment and debug any Java system using Jython.
    * '''Rapid application development''' - Python programs are typically 2-10X shorter than the equivalent Java program. This translates directly to increased programmer productivity. The seamless interaction between Python and Java allows developers to freely mix the two languages both during development and in shipping products.

'''Starting points for users:'''

 * WhyJython: Believe the hype
 * JythonBibliography: A list of articles and books.
 * JythonFaq
 * JythonUsers
 * JythonMonthly: a monthly newsletter of Jython news and tips.

'''Starting points for developers:'''

 * HowToGetInvolved: Community and contribution overview
 * JythonDeveloperGuide: Getting started with the source code.
 * WhosDoingWhat: A weak stab at project management.
 * JythonSprint: An occasional meeting to work on Jython intensively.
 * SummerOfCode: Projects suitable for the Google Summer of Code.
 * ModulesOverview: An overview of various modules.

'''Entry points for developers that need to be updated:'''
 * MovingJythonForward: The proposal to the PSF to develop Jython.
 * RoadMap: Where the rubber hits.
 * JepIndex: Jython Enhancement Proposals
  


'' '''Important:''' To edit pages in this wiki, you must first create a login account. If the word UserPreferences or Login (and not your name) appears at top of this page, click on it and fill it out first. If you see your name instead or near UserPreferences, then you have already done this step. If you see neither go to UserPreferences and create your account.'''
Line 5: Line 51:
CategoryCategory

The InterWiki name of this site is JythonWiki:JythonWiki.

The purpose of a programming language is to let software developers express their intentions as simply and directly as possible. - JimHugunin


Jython 2.2b1 has been released!

(!) [http://downloads.sourceforge.net/jython/jython_installer-2.2b1.jar Download from sourceforge] (!)

(Released on February 8, 2007)


Welcome to the Jython Wiki!

Jython is a Java implementation of Python that combines expressive power with clarity. Jython is freely available for both commercial and non-commercial use and is distributed with source code. Jython is complementary to Java and is especially suited for the following tasks:

  • Embedded scripting - Java programmers can add the Jython libraries to their system to allow end users to write simple or complicated scripts that add functionality to the application.

  • Interactive experimentation - Jython provides an interactive interpreter that can be used to interact with Java packages or with running Java applications. This allows programmers to experiment and debug any Java system using Jython.

  • Rapid application development - Python programs are typically 2-10X shorter than the equivalent Java program. This translates directly to increased programmer productivity. The seamless interaction between Python and Java allows developers to freely mix the two languages both during development and in shipping products.

Starting points for users:

Starting points for developers:

Entry points for developers that need to be updated:

Important: To edit pages in this wiki, you must first create a login account. If the word UserPreferences or Login (and not your name) appears at top of this page, click on it and fill it out first. If you see your name instead or near UserPreferences, then you have already done this step. If you see neither go to UserPreferences and create your account.


The InterWiki name of this site is JythonWiki.

FrontPage (last edited 2015-04-30 18:01:14 by JimBaker)