Y
Hacker News
new
|
ask
|
show
|
jobs
by
terminaljunkid
2312 days ago
Generics Free, No exception handling, also hard to support to shared libraries.
That's more cost than benefit.
1 comments
jstimpfle
2312 days ago
> also hard to support to shared libraries
why?
link
thu2111
2311 days ago
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.
link
why?