It's also possible to embed a Go interpreter in a Go App - in this way, the 
scripting language is Go itself.

There are several fairly complete Go interpreters around, including at 
least:
https://github.com/cosmos72/gomacro (disclaimer: I am the author)
https://github.com/traefik/yaegi
https://github.com/yunabe/lgo
https://github.com/motemen/gore

On Wednesday, October 21, 2020 at 7:33:16 AM UTC+2 aravind...@gmail.com 
wrote:

> Hi,
>
> I am looking for a way to build interactive app,where user will be giving 
> instructions to draw as a script,rendering of the script will be displayed 
> live.
> I would like to use below 2d drawing package for same,
> github.com/fogleman/gg
>
> Is there scripting language that would be able generate bindings to 
> arbiratory go packages back and forth? and I could embed it in Go App as 
> well.
>
> Thanks,
> Aravindhan K
>

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/golang-nuts/33fdb657-e18a-443c-98d3-0373444bd46an%40googlegroups.com.

Reply via email to