On Mon, Dec 15, 2014 at 3:44 PM, Liam Breck <
networ...@gmail.com> wrote:
>
> Could a compiler package be used by a go app to compile go source?
This is not a goal. However, it may be possible.
> There is also a plan for 1.5 to enable packaging the go library as a shared
> lib. Could this be leveraged to build a sandbox library which dynamically
> loaded code links against?
You'll also have to run the linker. Like the compiler, an in-app
linker is not a goal, but may be possible.
To be clear, you will almost certainly need some sort of file system
available.
> Finally will there be dlopen & dlsym equivalents to enable loading
> just-compiled modules?
I hope so but I don't know if it will be in 1.5.
Ian