a novice oriented progamming language
Install from homebrew or the released binaries.
brew tap ahmedsaheed/esolang
brew install ahmedsaheed/esolang/esolang
Try it out now in a sandbox environment on your browser via the esolang playground.
Eso Expressions can evaluated on your terminal using the built-in read-evaluate-print-loop by running the command esolang -repl
or via a file on your preferred text editor by running the command esolang <filename.eso>
.