Comment on Clojure core.async and Go: A Code ComparisonparentComments−cgag13yWell, it's not so much syntactic sugar as having the power to abstract them away via generic functions like map, which I'd argue are both more clear and less error prone.−pjmlp13ypower to abstract them away via generic functionsIt will take a while for that in Go, if ever.
Comments
Well, it's not so much syntactic sugar as having the power to abstract them away via generic functions like map, which I'd argue are both more clear and less error prone.
It will take a while for that in Go, if ever.