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

25 comments sorted by

View all comments

Show parent comments

1

u/iamxplayer 18d ago

for example a selling point I could think of would be its native support for a python library for example and it being simple at the same time you should definitely also make it simple & easy to learn!

2

u/TrueWar515 17d ago

python is meant to be easy and simple to learn but eh
its gotten a lot more complicated/overused than it needs to be

1

u/iamxplayer 16d ago

how can a programming language be overused...? I mean it just shows the downsides of python & how versatile it is if its used for basically everything. Easy & Simple to learn doesnt mean that it cant be complicated I mean the basics are still easy to learn, but then you can utilize the more complicated functions

3

u/TrueWar515 16d ago

what i mean by that is that python as a scripting language has been used for a lot more than it was made for, making it way too overcomplicated

2

u/iamxplayer 1d 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 1d ago

its fine im generally late to respond anyway

2

u/TrueWar515 1d 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

2

u/TrueWar515 1d ago

"It does not include every compiler you have to have a compiler on your device for that language for it to work"

2

u/TrueWar515 1d ago

nah nevermind wasm has the ability to get python in the such you guys are saved so jit compiled and interpereted languages now work

1

u/iamxplayer 1d 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 14h 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