Hacker News new | ask | show | jobs
by bpicolo 1512 days ago
The goroutine model in go is plenty conceptually simple for concurrency. Correct me if I'm wrong, but loom seems similar in that sense?

I don't find myself missing out on futures in Go.