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:
-
an interpreter (so that you can have the usual nice "development experience" that you have in Python)
-
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:
- Antonio Cuni's blog
- A peek into a possible future of Python in the browser by Ćukasz Langa.
This documentation is currently being written. Contributions are welcome!
Source Code: https://github.com/spylang/spy