RustPython: A Python Interpreter Written in Rust
1–10 of 75 posts
Re: RustPython: A Python Interpreter Written in Rust
#2Re: RustPython: A Python Interpreter Written in Rust
#3I don’t see it on the main read me, what are the limitations/incompatibilities with CPython at this point in time? How “drop in ready” is it?
[1] https://rustpython.github.io/pages/whats-left
[2] https://rustpython.github.io/pages/regression-tests-results....
Re: RustPython: A Python Interpreter Written in Rust
#4I don’t see it on the main read me, what are the limitations/incompatibilities with CPython at this point in time? How “drop in ready” is it?
Re: RustPython: A Python Interpreter Written in Rust
#5Re: RustPython: A Python Interpreter Written in Rust
#6does it have a GIL
Re: RustPython: A Python Interpreter Written in Rust
#7Re: RustPython: A Python Interpreter Written in Rust
#8This project doesn't seem to be adhering to the terms of the license of the original CPython modules that have been copied into its source repository.
Re: RustPython: A Python Interpreter Written in Rust
#9Re: RustPython: A Python Interpreter Written in Rust
#10This project doesn't seem to be adhering to the terms of the license of the original CPython modules that have been copied into its source repository.
What are they violating, out of curiosity?
2. Subject to the terms and conditions of this License Agreement, PSF hereby grants Licensee a nonexclusive, royalty-free, world-wide license to reproduce, analyze, test, perform and/or display publicly, prepare derivative works, distribute, and otherwise use Python alone or in any derivative version, provided, however, that PSF's License Agreement and PSF's notice of copyright, i.e., "Copyright (c) 2001-2024 Python Software Foundation; All Rights Reserved" are retained in Python alone or in any derivative version prepared by Licensee.