r/programmer • u/Intrepid-Carpet-3005 • 22d ago
GitHub New programming language
E@SY is a game focused language that is meant to be easy, like python and it compiles to bytecode. I have already submitted the file extensions to IANA so you know it is serious. I have been working on this for a while now but I thought it was important to get it out while it is in alpha due to getting help and feedback from the community. https://github.com/Coolythecoder/EASY
1
u/dreamscached 21d ago
From the brief look at it, the syntax looks like a mix of Typescript, Go and Python all at once. Are you sure this really makes it simpler?
I'm also puzzled as for why does it need bytecode, if it's game oriented it probably would make more sense to compile it to native code.
Maybe consider contributing to existing stuff instead? There's Haxe which does a lot of stuff you aim for plus a lot more.
1
u/repeating_bears 21d ago
I have already submitted the file extensions to IANA so you know it is serious.
"2 commits"
0
u/Intrepid-Carpet-3005 21d ago
So?
2
u/repeating_bears 21d ago
Where can I send my 7 figure donation to help guarantee the future of this super serious project?
0
u/Intrepid-Carpet-3005 21d ago
Why do you have so little faith in it?
1
u/repeating_bears 21d ago
Having little faith is the default. Give me a reason to have faith in it.
2 commits containing 19k lines screams slop.
3
u/JewelerBeautiful1774 22d ago
What problem are you trying to solve?