jendro

Jendro is a functional programming language made by Abhinav Madahar.

Usage no npm install needed!

<script type="module">
  import jendro from 'https://cdn.skypack.dev/jendro';
</script>

README

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