loomlet

Loomlet REPL

Start:

loomlet repl

Commands:

Notes:

Examples:

math.add(1, 2)

double = fn(x) => math.multiply(x, 2)

double(21)