Paul Tagliamonte

Programming Talks by Paul Tagliamonte

How to implement a Lisp front-end to Python

Paul Tagliamonte
an hour
How to implement a Lisp front-end to PythonThis talk will cover the internals of Python, such AST, Import hooks, creating a console, and a very brief overview of Python internal formats (such as pyc files), by way of looking over the implementation of a Lisp called "Hy". ...