- 1
How to make my own programming language
I'm a self taught programmer from Kenya and I've been thinking of creating my own programming language open source, robust, easy to learn, flexible and have it in Swahili. I don't intend it to be for any practical use, I just want it to be a fun project that I can work on with a few people. I have no clue on what architecture, design or implementation I'm going to use but I'm hoping I get some help from you guys. Where do I start? I'd really be up for some partners too.
1 Antwort
0
visit crafting interpreters and ruslan spivak's let us build an interpreter. best wishes.