Go (http://golang.org/) looks pretty cool. I love channels and interfaces. It captures a lot of the things I wanted to see in a modern programming language.
Nov 11, 2009
from
Louis Gray,
Paul Buchheit,
metalerik,
David Foucher,
timepilot,
klemo,
Sandeep Kalidindi,
Daniel Dulitz,
imabonehead,
gburd,
Matt M (inactive),
and
Brandon Titus
liked this
Interesting that "goroutines" are implemented with heap-allocated stack segments. Does that mean continuations are a possibility? You could use them to implement a kind of exceptions.
- Gabe