Gram | The Grammatical Programming Language
Don’t kill me. I did it.
Gram
The grammatical programming language
NOW BEFORE YOU ALL DECIDE THAT IM FAKE, HEAR ME OUT
Addressing concerns
Grammar
Gram is not fake. It’s syntax is almost completely aligning with grammar. I would make it 100% grammatical if I could.
Interpreted
I know, it’s interpreted. I get it, it should be compiled. But no. I’m just not good enough, sorry.
Missing Features
I know, it’s missing features. I get it, it should have some stuff it doesn’t. But no. I’m just not good enough, sorry. [ I’ll try to add some of that stuff in ]
F.A.Q.
Can I use this freely?
Yep! Feel free to use it!
Ugh - a bug, now what?
Just comment the bug below, all advice is appreciated
I really need it to do something it can’t...
Comment below. I’ll be trying to make some updates soon, but any advice is appreciated.
Anything else:
Comment below!
._. lol when I was testing I didOk, on the day of a/b/v d is feeling w
I meant to have C instead of V and E instead of W
@TheDragonCode
Nice, my posts barely get any upvotes.
:c feelsbadman I know that feeling when you spend a while on making something then it gets very little upvotes, except i have never made anything as advanced as a lua interpreter. @programmeruser
Wow! Nice job making a lang!
Nice
private repl
Oooof - fixed it @TsunamiOrSumth
I am confused about what this is
It is a very unadvanced programming language. Since you're confused, I'll review the syntax it has so far...
To define a variable.
To print something to the console:
Get input and save it:
Print a variable:
Combine variables:
One of the major drawbacks of gram is that you can only have one printed variable per line. So if you wanted to print {name} is feeling {mood}, you would do combine those variables, then print them.
@maxina
@ObiVibKenobi Ok, how do I make a file?
Make a python repl and copy all the code from index.py into your index.py. You can then make a .gram file and replace run(survey.gram) in index.py to run(your filename) @maxina