Monkey evaluator
Using
monkey-rs
compiled to web assembly.
let hello = fn(name) { "hello " + name } hello("friend")
Run