Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 603 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 603 Bytes

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