Posted Nov 11, 2009 18:49 UTC (Wed) by wahern (subscriber, #37304) In reply to: Google's new "Go" language by lmb Parent article: Google's new "Go" language At the very least, channels--which Pike has used before in Alef and Limbo--and the segmented stack are really cool. The segmented stack solves the issue that has plagued threading (both user and kernel scheduled; and in C, Java, et al) and led