Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0caaccd

Browse files
committed
Update README.md
1 parent 2307410 commit 0caaccd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# RustPython: a Python implementation in Rust
22

3-
*This document is based on the talk [RustPython: a Python implementation in Rust Building a Python 3 interpreter in Rust](https://www.youtube.com/watch?v=nJDY9ASuiLc) by [@windelbouwman](https://github.com/windelbouwman) and [@shinglyu](https://github.com/shinglyu) and the Lightning Talk [RustPython: a Python implementation in Rust](http://lukas-prokop.at/talks/pygraz-rustpython) at [pyGraz](https://pygraz.org/).
3+
*This document is based on the talk [RustPython: a Python implementation in Rust Building a Python 3 interpreter in Rust](https://www.youtube.com/watch?v=nJDY9ASuiLc) by [@windelbouwman](https://github.com/windelbouwman) and [@shinglyu](https://github.com/shinglyu) and the Lightning Talk [RustPython: a Python implementation in Rust](http://lukas-prokop.at/talks/pygraz-rustpython) at [pyGraz](https://pygraz.org/).*
44

55
Rust is a relatively new programming language aimed as a safe competitor of C.
66
There are already attempts to write extension modules in rust and load them into CPython. A whole new approach would be to re-implement the Python language in rust.

0 commit comments

Comments
 (0)