Y
Hacker News
new
|
ask
|
show
|
jobs
by
danburkert
3934 days ago
That's not exactly fair. Go implements a runtime, GC, etc. all of which Clojure inherits from the JVM or the JS implementation.
1 comments
nickbauman
3933 days ago
That's a "trueism". However, the CLOC was on the Go part of the repo. Go's GC isn't implemented in GO.
link
masklinn
3933 days ago
Isn't the runtime implemented in Go since 1.5? A quick overview of the C content[0] shows that the C source in Go is mostly cgo (either test cases or the runtime integration[0]) and the shootout C sources (for bench tests?).
[0]
https://github.com/golang/go/tree/master/src/runtime/cgo
link