A repository to help explain how Python's metaprogramming strategies compare among other approaches. Currently, we use hylang to acquire procedural macros from the Lisp world without having to give up ...
PyMeta offers proc-macros to use Python as a metaprogramming language for Rust. Currently, only CPython via PyO3 is supported, so a Python interpreter needs to be installed for this crate to work. For ...