An elegant Go interpreter that executes Go code dynamically
Yet another elegant Go interpreter
yaegi
$ yaegi
$ yaegi run script.go
$ yaegi eval 'fmt.Println("Hello from yaegi")'