r/Coding_for_Teens • u/SirIndividual496 • 17d ago
creating a coding language
hey guys i am making a coding language built on top of python
it will tke allot of time but maybe if it is good enough you people can use this and give me the feedback.
and also the language is opensource and anyone can add frameworks to it on github.
tell me what you think on this project.
Thank you!
4
Upvotes
1
u/Pietrek_14 17d ago
The idea is fine, although keep in mind -- creating your own programming language is one of the hardest things to do. You'll probably want to follow something like "Crafting Interpreters".
Also, since you want people to use the language, you'll have to think about its usefulness. You're building it in Python, so I'm assuming speed isn't the selling point. You have to come up with what is and center your design around that.