Hacker News new | ask | show | jobs
by cutler 1518 days ago
Go is great until you need to interface with a C library via cgo then you are in a world of pain with segfaults and the general mismatch between goroutines and C's ideas about concurrency.