bit icon indicating copy to clipboard operation
bit copied to clipboard

Feature: add bit aliases that can be written in Go

Open chriswalz opened this issue 5 years ago • 0 comments

Since Go is a compiled language this seems rather challenging. However there are a couple of potential options

  • Using https://github.com/traefik/yaegi or https://github.com/cosmos72/gomacro Go is now an interpreted language 💯
  • go plugins (probably not)
  • go run < file-name> with exec.Command

chriswalz avatar Oct 12 '20 02:10 chriswalz