(no title)
dolmen | 2 months ago
* a single file exposing a "main" package and its "func main()"
* import syntax that merges requires from go.mod (import both packages and modules)
* simplified error handling (just ignore returned errors in code, and they are caught by the transpiler to be handled as fatal)
Those are my ideas to go beyond my own goeval that already allows to run Go oneliners. https://github.com/dolmen-go/goeval
exographicskip|1 month ago
https://github.com/bitfield/script