Y
Hacker News
new
|
ask
|
show
|
jobs
by
barryallen22
4177 days ago
If Go 1.5 relies on Go 1.4 which relies on C doesn't go 1.5 still rely on C? I don't get why they're doing this. Also, will go 1.5 have generics?
1 comments
mkohlmyr
4177 days ago
The idea is not to not rely on C. The idea is to not have to do the compiler development
in
C.
link