epython-dev / epythonLinks
EPython is a typed-subset of the Python for extending the language new builtin types and methods
☆40Updated 3 years ago
Alternatives and similar repositories for epython
Users that are interested in epython are comparing it to the libraries listed below
Sorting:
- Domain Specific Languages in Python☆97Updated last year
- Python checker for places where deprecated functions are called.☆30Updated 2 years ago
- Python AST that abstracts the underlying Python version☆146Updated last week
- An llvm-based framework for generating and calling into high-performance native code from Python.☆200Updated last year
- An experiment to use infix operators in Python☆57Updated 6 years ago
- Generic programming library for Python☆61Updated this week
- A pytest plugin that allows for the testing of C extension modules for Python, specifically created through cython☆20Updated last month
- Press conda packages into wheels☆116Updated 2 years ago
- Python S-expression emulation using tuple-like objects.☆23Updated last week
- Retrospective of Python compilation efforts☆65Updated 3 years ago
- Extract semantic information about static Python code☆80Updated last month
- Operator overloading for fast anonymous functions.☆50Updated this week
- Utilities for run-time type validation and multiple dispatch☆171Updated 2 months ago
- ☆17Updated 4 years ago
- Hypothesis strategies for generating Python programs, something like CSmith