Bug/typo in Clive example. The line: x := c3 assigns the channel c3 to x and is not a select statement. It should be: x := <-c3 Looks like an interesting project from those whacky lads. brucee On 6 May 2017 at 05:43, Giacomo Tesio wrote: > You might find https://lsub.org/ls/clive.html interesting. > > > Giacomo > > 2017-05-05 15:25 GMT+02:00 Dave MacFarlane : > > On Fri, May 5, 2017 at 6:21 AM, Stanley Lieber > wrote: > >> > >> Plan 9 has not yet been re-implemented in Go. > >> > >> sl > >> > > > > I started trying to do that at one point, but never got my kernel much > > farther than booting just enough to run "Hello, world!" compiled with > > 6c on a FAT filesystem in ring 0 and then crashing the system before > > deciding I don't have the time to finish it or get it somewhere > > useable. If anyone who has the time is interested in picking it up, > > contact me off-list and I'll send you a link to my (horribly written > > and designed) code. > > > > I'm more of a userspace kinda guy anyways.. > > > > - Dave >