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

Skip to content

Commit 859a1d4

Browse files
committed
Update README.md
1 parent 4d861b5 commit 859a1d4

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 and @shinglyu.*
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).*
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)