The Runtime Script programming language written in Golang
Learn more about Runtime Script:
https://github.com/yjlo123/runtime-script
$ runtime <file_path>
cd cmd/run
go build .
#Build for other OS & arch, e.g.
env GOOS=linux GOARCH=amd64 go build .
https://developer.fyne.io/started/packaging
cd ui
go build .
fyne package -os windows -icon ../icon.png -executable ui.exe
fyne package -os darwin -icon ../icon.png -executable ui