Skip to content

Commit d9225c8

Browse files
committed
Resolved conflicts with master.
1 parent d9bfee1 commit d9225c8

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

index.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,15 @@
22
title: Home
33
---
44
## What is Jython?
5-
Jython is a [Java](https://go.java/index.html) implementation of [Python](https://www.python.org/) that combines expressive power with clarity. Jython is freely available for both commercial and non-commercial use and is distributed with source code under the [PSF License v2](https://github.com/jython/jython/blob/master/LICENSE.txt). Jython is complementary to Java and is especially suited for the following tasks:
5+
The Jython project provides implementations of [Python](https://www.python.org/) in [Java](https://go.java/index.html),
6+
providing to Python the benefits of running on the JVM and access to classes written in Java.
7+
The current release (a Jython 2.7.x) only supports Python 2 (sorry).
8+
There is work towards a Python 3 in the project's GitHub repository.
9+
10+
Jython implementations are freely available for both commercial and non-commercial use.
11+
They are distributed with source code under the [PSF License v2](https://github.com/jython/jython/blob/master/LICENSE.txt).
12+
13+
Jython is complementary to Java and is especially suited for the following tasks:
614

715
* 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.
816
* 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.

legacy-dev.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,10 @@ title: Legacy
44
## Development before move to Github
55

66
### [Bug tracker](https://bugs.jython.org/)
7+
Good old “bjo” bugs.jython.org.
78

89
### [Mercurial](https://hg.python.org/jython/)
10+
Until June 2020, development took place here.
911

1012
### [Github mirror](https://github.com/jython/frozen-mirror/)
1113
This mirror is now frozen.

0 commit comments

Comments
 (0)