Viewing profile — npe
npe
HN member- Joined
- Sun, Jun 17, 2012, 7:13 AM UTC
- HN karma
- 15
- Public activity
- 4 items
- HN profile
- View on Hacker News ↗
About npe
No profile information was provided.
Recent public activity
-
comment
Comment #31210036
I'd argue that Go is explicitly sociological. Most of the novel ideas in Go (process calculi/guarded commands in a concurrent language) were originally embedded in Cardelli and Pik…
-
comment
Comment #31206814
The minute you put language constructs in the base syntax and runtime of the language, it's a lot more than friction. Love it or hate it, Go is inextricably tied to CSP.
-
comment
Comment #31206749
It matters a lot IMO. Most systems programming languages can implement whatever concurrency primitives you care to use, but most people default to whatever is provided by the OS/la…
-
comment
Comment #31206229
As I understand it, he's talking about select/alt (i.e. guarded commands from CSP) being a native feature of the language rather than callback-based approaches. It's possible to im…