1.0.2 • Published 9 years ago
jendro v1.0.2
Jendro
Jendro is a functional programming language made by Abhinav Madahar.
Example code:
twice: &add($0$, $0$);
average: ÷(&add($0$, $1$), 2);
age: 17;
main: &print("Hey");There are no in-fix operators, so you can't use 2 + 2 but you can use add(2, 2).
The main function is run on program load.
It compiles to JS.
Jendro's file extension is .jen