Contribute Media
A thank you to everyone who makes this possible: Read More

Syntactic Macros in Python

Description

Syntactic Macros enable the programmer to manipulate the shape of the program before executing it allowing to extend the features of the language. Inspired by macropy, in this talk I explain how to get syntactic macros working with Python 3 at import time giving a couple of interesting examples.

Details

Improve this page