Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 778 Bytes

index.md

File metadata and controls

13 lines (8 loc) · 778 Bytes

GROL

Go Repl Open Language is a small interpreted (for now) language implemented in Go.

Initially loosely based on Monkey from the Writing an Interpreter in Go book but fully re designed and reimplemented since. See more on github. Or try the wasm version right below, type info for all the functions and keywords (and we also have a discord bot).

See releases to get the command line version with and interactive repl, history, edit of previous lines, etc...

See the butterfly demo of generating images from grol in wasm.

{% include grol_wasm.html %}