Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 488 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 488 Bytes

Dispyatch

An experimental library to implement a MethodHandle-like API on Python VMs. MethodHandles are a Java Virtual Machine API for dynamically filling in function calls. This library attemps to provide a similar API accessible from Python that JITs to Python-compatible functions to allow type conversion and dispatch operations to be built in and consumed by Python programs.