Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit6e3b16b

Browse files
author
boris
committed
IronPython is also strictly Python 2
1 parentaf653c7 commit6e3b16b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎index.markdown‎

Lines changed: 1 addition & 1 deletion
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 Python2libraries 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)

[8]ページ先頭

©2009-2025 Movatter.jp