You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: index.markdown
+22-3
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,11 @@
3
3
# To modify the layout, see https://jekyllrb.com/docs/themes/#overriding-theme-defaults
4
4
5
5
layout: home
6
-
explainer: "CPython is the common implementation of Python. We love C, but we love Rust a little more 😉... that's why we're working on a RustPython, a Python implementation written in Rust. We are doing it for fun, to learn about writing interpreters, and to have a useful, usable and embeddable implementation of Python in Rust."
6
+
explainer:
7
+
RustPython is a Python interpreter written in Rust. RustPython can be
8
+
embedded into Rust programs to use Python as a scripting language for your
9
+
application, or it can be compiled to WebAssembly in order to run Python
10
+
in the browser. RustPython is free and open-source under the MIT license.
0 commit comments