Hacker News new | ask | show | jobs
by jstimpfle 2313 days ago
> also hard to support to shared libraries

why?

1 comments

Go doesn't really have a standard/stable ABI. The way you include one module inside another is by doing what amounts to a big #include on the source code.