Transforming Code Tools
Jordan explains the use of Python's AST module for code transformations, emphasizing its role in parsing and modifying Python code. He discusses the limitations of this approach in other programming languages, noting that while many interpreted languages have similar capabilities, compiled languages often require more complex tools like LLVM for code transformation.In this clip
From this podcast

Software Engineering Radio - the podcast for professional software developers
Episode 517: Jordan Adler on Code Generators
Related Questions