A quick simple programming language I made in C with GCC.
Syntax:
printing : message "string" | 1 | message "string" with 1 and var
variable : set x to "string" | set x to 1
if : if x is|is not "value"|1:
else : else:
while : while x is|is not "value"|1:
functions : declare name: | declare name with x, y:
calling func : call name | call name with x, y
input : input | input with "value"
comment : comment//
array : set x to array(0,1,2), message array(0)
Guython:
This is just a silly little ESOLang I made in a day.
Looking for a more serious language? Download Guython here, or the Guython VSCode Extension here.