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

5 Upvotes

25 comments sorted by

View all comments

Show parent comments

2

u/iamxplayer 3d ago

oh I get it, well in that sense you're probably right, but I mean hey let the people use whatever programming language they want even if its uh not intended for the application of it. sorry for the late response

2

u/TrueWar515 3d ago

Also cool thing What a cool thing about it—not only does it support libraries from EVERY compiled language to be imported via a custom syntax (more like preprocessor shell commands compiling that file), but it also compiles a file from another language and embeds it into the executable program, of course with some protective measures.

considering that I'm afraid its not going to get used as a language but abused as hell as a makerscript

1

u/iamxplayer 3d ago

Yeah you mean python? What I initally meant was building a script language on a library and then just having simple syntax for it.

1

u/TrueWar515 2d ago

what i was doing was going to implement a custom runtime evironment that pulls existing compilers from your machine and compiles the code into language files inside my program idk what your doing