From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: To: 9fans@9fans.net Date: Tue, 3 Dec 2013 09:29:12 +0200 From: lucio@proxima.alt.za In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: Re: [9fans] Go and 21-bit runes (and a bit of Go status) Topicbox-Message-UUID: 90b691e6-ead8-11e9-9d60-3106f5b1d025 > python's requirements are a proper subset of go's, since building go requires > python be installed. Not at all, I have no Python installed on any of my Plan 9 equipment and can build Go and most of its ecology on each of them (there are other issues, of course). What I can't do is "develop" the tool chain, for that I use Python/Mercurial/Codereview on a NetBSD host and, where sometimes git is required, I use my Ubuntu workstation. It's a mess, of course, but I manage to maintain some sort of discipline despite it all. ++L