Starlark evaluator
Using
starlark-rust
compiled to web assembly. Change the input to see it update.
def hello(name): return "hello " + name hello("friend")