Go interpreter that runs Go code directly without compilation.
Yet another elegant Go interpreter
yaegi
$ yaegi
$ yaegi script.go
$ yaegi -e 'fmt.Println("Hello World")'
$ yaegi -e 'import "math"; fmt.Println(math.Sqrt(16))'