Differences between revisions 172 and 173
Revision 172 as of 2007-09-11 05:12:32
Size: 2824
Editor: GregMoore
Comment: Added DocumentationAndLearning Section moved Biblography to new section
Revision 173 as of 2007-10-02 07:32:08
Size: 2862
Editor: cpe-76-182-193-195
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
jython is a flaming heap of shit
Line 2: Line 4:

jython is a flaming heap of shit

#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.2 has been released!

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

(Released on Aug 22, 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.

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