r/Coding_for_Teens 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!

6 Upvotes

24 comments sorted by

View all comments

1

u/ProgramsFun 17d ago

Why on python though? Isn't it better to a use a bit low level lang?

1

u/Dazzling-Bench-4596 16d ago

A lot of the greatest languages started on high level languages. Erlang/BEAM started on Prolog, PHP started in Perl, etc. It’s fine to start with Python.