Skip to main content

Python interpreter in JavaScript

Project description

Jaspy is a Python VM written entirely from scratch in JavaScript with interpreter size and coroutine support in mind. It interprets CPython 3.5 bytecode within the browser and aims to replace JavaScript as main web scripting language.

Features

  • easily extensible with native JavaScript modules (time, dom, …)

  • pluggable integer implementations (JS integers, BigInteger.js, …)

  • suspendable interpreter (coroutine and greenlet support)

  • full support for meta-classes and builtin subclassing

State

This project is still in an pre-alpha planning state. The APIs are unstable, it is untested and not ready for productive use.

Project details


Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page