Implement stdlib in statically typed python and FFI

Looking for collaborators and help with some of the issues on the project.

Why?

  • py2many (a transpiler I work on) can do a decent job with many languages, but has trouble bridging python API calls to those in the target language’s stdlib (e.g. Rust)
  • Not using C-API allows more freedom to innovate

The idea is to transpile a pure python implementation to as many languages as possible. I’m starting with the 100 most used API calls. 25% done.