Lexing On My Haters: How to Design a Programming Language I
Posted on Wed 12 July 2023 in general • Tagged with programming, software
Trying to build a complex program in Python is like trying to build a house out of jello. I love it, but while Python's delicious, flexible, and lacks the annoying quirks of most languages, this relaxed nature is a dire problem for complex projects. Python uses duck typing:
If it …
Continue reading