Alex Gaynor 11/6/2008

Building a Programming Language with Python

Read Original

The article details a personal project to create a new compiled programming language called 'Al' using Python and the PLY (Lex/Yacc) library. It explores the language's current Python-like syntax, the goal of moving from interpreted to compiled execution, and the trade-offs between compiled and dynamic languages like performance versus features such as eval(). The author outlines future plans, including assembly generation and potential demonstrations at PyCon.

Building a Programming Language with Python

Comments

No comments yet

Be the first to share your thoughts!

Browser Extension

Get instant access to AllDevBlogs from your browser

Top of the Week

1
The Beautiful Web
Jens Oliver Meiert 2 votes
3
LLM Use in the Python Source Code
Miguel Grinberg 1 votes
4
Wagon’s algorithm in Python
John D. Cook 1 votes