Differences between revisions 151 and 159 (spanning 8 versions)
Revision 151 as of 2007-03-28 18:47:46
Size: 1333
Editor: 85
Comment: Hey! Really n great site ahrev <a href= http://resanium.com/info/Cd_Mp3_Car_Player/ >Cd Mp3 Car Player</a> [url=http://resanium.com/info/Cd_Mp3_Car_Player/]Cd Mp3 Car Player[/url] <a href= http://resanium.com/info/Bmw_And_Car/ >Bmw And Car</a> [url=http://resanium.com/info/Bmw_And_Car/]Bmw And Car[/url] <a href= http://resanium.com/info/Used_Dealers_Car_Ford/ >Used Dealers Car Ford</a> [url=http://resanium.com/info/Used_Dealers_Car_Ford/]Used Dealers Car Ford[/url] <a href= http://resanium.com/info/2005_4368_Car_F430_Ferrari_New_Undefined/ >2005 4368 Car F430 Ferrari New Undefined</a> [url=http://resanium.com/info/2005_4368_Car_F430_Ferrari_New_Undefined/]2005 4368 Car F430 Ferrari New Undefined[/url] <a href= http://resanium.com/info/a_dodge_car/ >a dodge car</a> [url=http://resanium.com/info/a_dodge_car/]a dodge car[/url] <a href= http://resanium.com/info/i_want_to_lease_a_car/ >i want to lease a car</a> [url=http://resanium.com/info/i_want_to_lease_a_car/]i want to lease a car[/url] <a href= http://resanium.com/info/World_Car_Kia/ >World Car Kia</a> [url=http://resanium.com/info/World_Car_Kia/]World Car Kia[/url] <a href= http://resanium.com/info/Sport_Car_Wallpapers/ >Sport Car Wallpapers</a> [url=http://resanium.com/info/Sport_Car_Wallpapers/]Sport Car Wallpapers[/url] Buy! jsmz
Revision 159 as of 2007-04-16 19:26:46
Size: 2784
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
Hey! Really n great site ahrev
<a href= http://resanium.com/info/Cd_Mp3_Car_Player/ >Cd Mp3 Car Player</a> [url=http://resanium.com/info/Cd_Mp3_Car_Player/]Cd Mp3 Car Player[/url] <a href= http://resanium.com/info/Bmw_And_Car/ >Bmw And Car</a> [url=http://resanium.com/info/Bmw_And_Car/]Bmw And Car[/url] <a href= http://resanium.com/info/Used_Dealers_Car_Ford/ >Used Dealers Car Ford</a> [url=http://resanium.com/info/Used_Dealers_Car_Ford/]Used Dealers Car Ford[/url] <a href= http://resanium.com/info/2005_4368_Car_F430_Ferrari_New_Undefined/ >2005 4368 Car F430 Ferrari New Undefined</a> [url=http://resanium.com/info/2005_4368_Car_F430_Ferrari_New_Undefined/]2005 4368 Car F430 Ferrari New Undefined[/url] <a href= http://resanium.com/info/a_dodge_car/ >a dodge car</a> [url=http://resanium.com/info/a_dodge_car/]a dodge car[/url] <a href= http://resanium.com/info/i_want_to_lease_a_car/ >i want to lease a car</a> [url=http://resanium.com/info/i_want_to_lease_a_car/]i want to lease a car[/url] <a href= http://resanium.com/info/World_Car_Kia/ >World Car Kia</a> [url=http://resanium.com/info/World_Car_Kia/]World Car Kia[/url] <a href= http://resanium.com/info/Sport_Car_Wallpapers/ >Sport Car Wallpapers</a> [url=http://resanium.com/info/Sport_Car_Wallpapers/]Sport Car Wallpapers[/url]
Buy! jsmz
#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:
CategoryTemplate

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)