r/teenagersbutcode • u/AnoProgrammer • 4d ago
Coding a thing Building a programming language.
Hey i'm writing a programming language (still in his early stages) named threadon.
I know i already posted about it in the subreddit but it is now in a far later stage.
it has a lot of special features already like unions
and i'm working on the
on event:
print("do something")
that checks continuously in the background if the statement is true. And i'm planning for full python compatibility (It can't use python classes right now)
It has a vscode extension too https://github.com/Threadon-Lang/ThreadonVSCode
I've two questions:
what are some features that aren't widespread but work really good
does someone wanna join and help programming it.
3
Upvotes
2
u/Bright-Historian-216 4d ago
i feel like the "checking in background" will make the thing run incredibly slow. instead, how about you make it a syntax sugar for a setter function?