Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added GPython, Pocketpy, and Emscripten-Forge's PyJS to Python section #144

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -474,6 +474,9 @@ This repo contains a list of languages that currently compile to or have their V
* [TPython](https://github.com/soIu/tpython) - Pythonic++ (a "dialect" of C++) to WebAssembly compiler
* [micropython-wasm](https://github.com/rafi16jan/micropython-wasm) - MicroPython build which features wide JS interop, e.g. waiting for JS promises.
* [WebAssembly Language Runtimes](https://github.com/vmware-labs/webassembly-language-runtimes) - up-to-date CPython prebuilt for WASI
* [gpython](https://github.com/go-python/gpython) - GPython is a Python 3.4 interpreter written in Go "batteries not included". Can be used as embedded language in Go programs.
* [pyjs](https://github.com/emscripten-forge/pyjs) - Python <=> JavaScript bindings using high level embind and pybind11. You can try it out [here](https://emscripten-forge.github.io/sample-python-repl/).
* [pocketpy](https://github.com/pocketpy/pocketpy) - pkpy is a lightweight (~15K LOC of C++ in single header file) Python interpreter for game scripting. It's easy to embed, has no external dependencies. You can try its REPL out [here](https://pocketpy.dev/static/web/).

--------------------

Expand Down