Understander

From Esolang
Jump to navigation Jump to search

Understander is a programming language that uses "Understand text as concept" to do stuff

What it does

Right now

The interpreter doesn't understand anything but understanding

What you can use

Use "understand"

Understand print <a> as <a>
print hello world

Use more stuff

Understand True <x> <y> as <x>
Understand False <x> <y> as <y>
Understand Not <x> as <x> False True
Understand And <x> <y> as <x> <y> False