Abou Zuhayrblog.zuhayr.dev·Oct 9, 2024Writing an Interpreter from ScratchInterpreters are the backbone of many programming languages, converting code into actions line by line. In this article, we'll build a simple interpreter from scratch using Python. If you are new to this series, you can find the previous articles her...Discuss·4 likesWhat, How and Why?Interpreters
Basil Ajithundefined.pyfy.ch·Dec 26, 2023I Want To Create My Own Programming LanguageIt happened a few months ago...I was bit by the programming language bug. I am unable to recall how it happened or what led to it, but I suddenly got curious to know how programming languages worked and all I know was that I was hooked into the idea ...Discusscompiler
Yashwanth Saitheyashwanthsai.hashnode.dev·Oct 23, 2023Let's Build A Simple Programming Language. Part 1."What I cannot build, I do not understand"~ Richard Feynman There are over 27.7 million programmers in the world. How many of them do you think would know how to build a programming language? Very few. Why is it a good idea to build one in the first...Discuss·2 likes·121 reads#CompilerDesign