volution / z-run

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

Add support for Go-based scripting #18

Closed cipriancraciun closed 3 years ago

cipriancraciun commented 3 years ago

Add support for running Go-based scriptlets just as easy as Python or Bash ones.

cipriancraciun commented 3 years ago

At the moment there is basic Go-based scriptlet support.

Not many utility functions were included.

Also the binary size is huge, ~2 MiB per scriptlet, thus it should be used with care!

(Experimenting with GCC-Go based builds results in more acceptable build sizes, ~100 KiB.)