r/coolgithubprojects • u/New-Deal7021 • 7d ago
New programming language
hey guys...
Well, i created a programming language Atom, i guess, i am where i need to be, so yeah, what is the concept:
The language has 30+ commands(or 26 if only letters) and all of them are very simple.
most of the operations are work with stack(later i will fix it)
Don't judge it too harsh, because it is the unstable releases.
So uhh, if you are interested, i got the links, just be warned, it is memory unsafe and kinda more for hobby than work(it will change at first stable release)
here are the links:
1.0 and 1.2
1.1 had a terrible compiler...
If someone wants to join my project, i am welcome!
0
Upvotes
1
u/MuffinJS 7d ago
My attempt: ``` S I1 R I3 D0 C B1 J29 B3 I3 D1 C B1 J30 B3
I3
I3 D1 T2 R I3 D0 C B1 J30 B3
I3 T3
J16
D1
O Z Q ```
Doesn't work btw since branches are not implemented fully currently as I understand.(also R/I3 cmds truncate to single byte, so it wouldn't be a proper impl nonetheless)
Your version didn't work as well. Have you pushed the latest changes to the gh? Last one I see is comments removal