|
|
|
|
|
by qweqwe14
808 days ago
|
|
Didn't Go already realize that it can't use direct syscalls on anything other than Linux? They made some mistakes in the past but by this point I think they learned their lesson. On Linux, using direct syscalls is a good idea, since it's the stable userspace-kernel interface. There's really no need for libc on Linux, each language should just implement it's standard library on top of syscalls. |
|
This was previously discussed at length here: https://news.ycombinator.com/item?id=25999623