Skip to content

Commit 6e3b16b

Browse files
author
boris
committed
IronPython is also strictly Python 2
1 parent af653c7 commit 6e3b16b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ There are many implementations of Python. For example:
5555

5656
Each of these implementations offer some benefits: Jython, for example, compiles Python 2 source code to Java byte code, then routes it to the Java Virtual Machine. Because Python code is translated to Java bytecode, it looks and feels like a true Java program at runtime and so it integrates well with Java applications.
5757

58-
IronPython is well-integrated with .NET, which means IronPython can use the .NET framework and Python libraries or vice versa.
58+
IronPython is well-integrated with .NET, which means IronPython can use the .NET framework and Python 2 libraries or vice versa.
5959

6060
We want to unlock the same possibilities that Jython and IronPython enable, but for the Rust programming language. In addition, thanks to Rusts' minimal runtime, we're able to compile RustPython to WebAssembly and allow users to run their Python code easily in the browser.
6161

0 commit comments

Comments
 (0)