Here you may find micro-implementations of the most fundamental historical programming languages. Each implementation is in Python, code is deliberate

Search code, repositories, users, issues, pull requests...

submited by
Style Pass
2024-09-21 18:00:05

Here you may find micro-implementations of the most fundamental historical programming languages. Each implementation is in Python, code is deliberately terse to keep it under ~50 lines of code. Only Python standard library is used, and even that to a very humble extent (sys, sometimes re, rarely itertool etc).

I hope this project becomes a good starting point in implementing your own programming languages or learning about the history of programming.

Leave a Comment