thomasjohns / epython

EPython or ExtPython is a typed-subset of the Python for extending the language new builtin types and methods

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

epython

EPython is a typed-subset of the Python language useful for extending the language with new builtin types and methods.

The goal is to be able to write things like NumPy, SciPy, Pandas, bitarray, and any other extension module of Python in this language and get equivalent or better perfomance than writing it using the C-API typically provided.

This project is in development and extremely alpha. You should not use this.

If you are interested in contributing to the design and goals, then join the Discussion at OpenTeams and on Gitter and create pull requests.

About

EPython or ExtPython is a typed-subset of the Python for extending the language new builtin types and methods

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 100.0%