| [ Web Proxy ] |
| Viewing: https://rustpython.github.io/blog | [Back] [Original] |
One of the goals of this project is to learn about writing interpreters. This is a space for contributors to share what they learned and to communicate the details of the RustPython implementation. You can contribute by using a pull request. By taking the time to write things down, we hope that you get an opportunity to reflect and clarify your own thought processes.
For macOS, here is how you can setup RustPython as an interpreter for PyCharm and Visual Studio Code.
7380 commits and 1940 pull requests later, pip and get-pip.py are working with RustPython . pip can install itself and setuptools!
At the very end of 2019, we finally reached one of our short-term goals: CPython unittest support which makes finding CPython compatibility errors easier than ever.
This will probably be the major source of contributions for new contributors this year. Here is a simple guideline.
This post goes over the RustPython parser. You can see the source code in the rustpython-parser crate.
subscribe via RSS
RustPython is in a development phase and should not be used in production or a fault intolerant setting. Our current build supports only about half of the Python standard library.
| Web Proxy Viewer | New URL | Original Page |