Re: [go-nuts] Using the new plugin API to create a Go REPL

2016-11-25 Thread Seb Binet
On Fri, Nov 25, 2016 at 9:41 AM, Jason Stillwell wrote: > https://github.com/dragonfax/go_repl_plugin_example > > Its just a toy, but I thought it was an interesting idea. > > You compile a plugin with the code the user typed, and then load that into > the process and execute it. > Nice! I beli

[go-nuts] Using the new plugin API to create a Go REPL

2016-11-25 Thread Jason Stillwell
https://github.com/dragonfax/go_repl_plugin_example Its just a toy, but I thought it was an interesting idea. You compile a plugin with the code the user typed, and then load that into the process and execute it. -- You received this message because you are subscribed to the Google Groups "go