Skip to content

ahmedsaheed/esolang

Repository files navigation

esolang

a novice oriented progamming language

Installation

Install from homebrew or the released binaries.

brew tap ahmedsaheed/esolang
brew install ahmedsaheed/esolang/esolang

Usage

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>.