volution / z-run

z-run -- scripting library lightweight Go-based tool
35 stars 1 forks source link

Add support for Starlark-based scripting #29

Open cipriancraciun opened 3 years ago

cipriancraciun commented 3 years ago

Apparently Starlark (https://github.com/google/starlark-go) could be a good candidate for a built-in Go-native interpreter.

cipriancraciun commented 3 years ago

Initial support has been added and it looks promising in terms of bootstrap performance.

Also the binary size doesn't seem to have increased much.