Skip to content

Home

What is SPy?

TL;DR: SPy is a variant of Python specifically designed to be statically compilable while retaining a lot of the "useful" dynamic parts of Python.

It consists of:

  1. an interpreter (so that you can have the usual nice "development experience" that you have in Python)

  2. a compiler (for speed)

The documentation is very scarce at the moment, but the best source to understand the ideas behind SPy are:

Additional info can be found on:


This documentation is currently being written. Contributions are welcome!

Source Code: https://github.com/spylang/spy