Tom <
tmb...@gmail.com> writes:
> Is there any support for compiling Go programs into shared libraries?
Not at present (unless you use gccgo).
> What about loading Go libraries into Go programs dynamically?
Sort of but I don't know if anybody has tested it.
> Finally, what about something analogous to pinvoke; that is, load a C
> library dynamically and then call functions in it?
Yes, see misc/cgo.
> Based on the documentation, these don't seem implemented yet., but
> what are the plans?
The plans are to permit loading C libraries dynamically and calling
them.
Ian