1.0.2 • Published 10 years ago

jendro v1.0.2

Weekly downloads
-
License
GPL-3.0
Repository
-
Last release
10 years ago

Jendro

Jendro is a functional programming language made by Abhinav Madahar.

Example code:

twice: &add($0$, $0$);

average: &divide(&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

1.0.2

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago