5 ms·
Goroutines and channels aren't intuitive either. You learn them and become familiar with them over time, at which point they become intuitive __for you__.
by sk0g 3y ago
Goroutines and channels aren't intuitive either. You learn them and become familiar with them over time, at which point they become intuitive __for you__.
- 38 3y agoactually I get it now. the issue is that OP was giving TWO different examples of use, pulling a single value versus multiple. they should have clarified.
- chrsig 3y agoYes, on review, I should have made two examples instead of combining them. Thanks for persevering through my brevity and reaching understanding :)
- dboreham 3y agoThey're totally intuitive if you were an Occam programmer.
- sk0g 3y agoSo it's intuitive because you are familiar with those concepts. I don't see how that goes against what I said.