First Plan9 Post I am posting this from Plan9 (then signing it from SDF) using the ACME editor! I've been taking some time to set up my lib/profile, lib/riostart, and now I even have a working Go 1.18.3 compiler! So far I've only managed to compile code which doesn't require git but I do believe git works on plan9, I just have to get my profile set up for it. Hopefully more to come if I can pull myself away from purplechess and other new features to 9p! [/usr/rudi/Hello] 9p% go version go version go1.18.3 plan9/amd64 [/usr/rudi/Hello] 9p% go build [/usr/rudi/Hello] 9p% ./Hello I'm not cool enough for C so I wrote this in Go [/usr/rudi/Hello] 9p%