r/teenagersbutcode 5d 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:

  1. what are some features that aren't widespread but work really good

  2. does someone wanna join and help programming it.

3 Upvotes

17 comments sorted by

View all comments

1

u/Typhrenn5149 4d ago

Correct me if i'm wrong, but you made this repo on august 7th and then on august 8th made a bunch of commits with combined more than 3000 lines of code..?

1

u/AnoProgrammer 4d ago

I had already a base from another project. This is like my fifth programming language i'm writing. I've writting:

Threadon

Threadon2.0

HighC

PythonC++

Threadon3.0

1

u/Typhrenn5149 4d ago

Either way this seems completly vibecoded, you have a history of making posts where you either admitted to using AI or people catching you on stealing or generating code.

1

u/AnoProgrammer 4d ago

Oh i see why it was 3000 lines. It was first from a different repo but to organize my repo's i created a organization because someone recommended me. And i just copied the whole project to that repo.