Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 239 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 239 Bytes

Monkey

[TODO]

Installation

$ go get github.com/ojiry/monkey

Run

$ monkey
Hello ojiry! This is the Monkey programming language!
Feel free to type in commands
>> let add = fn(x, y) { x + y };
>> add(2, 8)
10