From mboxrd@z Thu Jan 1 00:00:00 1970 MIME-Version: 1.0 Date: Sun, 30 Nov 2014 13:48:56 +0100 Message-ID: From: Mats Olsson To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Content-Type: text/plain; charset=UTF-8 Subject: [9fans] GO Programming Environment in Plan 9. Topicbox-Message-UUID: 2fc01a6e-ead9-11e9-9d60-3106f5b1d025 Hi guys! Does anyone use Plan 9 as platform for Go programming? If so, How is your setup (remember that I'm a noob to Plan 9 so in layman terms please)? Any information would be greatly appreciated. Kind Regards, Mats From mboxrd@z Thu Jan 1 00:00:00 1970 MIME-Version: 1.0 In-Reply-To: References: From: =?UTF-8?B?QXJhbSBIxIN2xINybmVhbnU=?= Date: Sun, 30 Nov 2014 14:17:03 +0100 Message-ID: To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [9fans] GO Programming Environment in Plan 9. Topicbox-Message-UUID: 2fc641fa-ead9-11e9-9d60-3106f5b1d025 I am not sure I understand the question. Programming in Go on Plan 9 is almost the same as programming in Go in Unix. The "setup" is the same. --=20 Aram H=C4=83v=C4=83rneanu From mboxrd@z Thu Jan 1 00:00:00 1970 User-Agent: K-9 Mail for Android In-Reply-To: References: MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----MU7JNBE42XRUVRLI1QPMBSW0PVWAMX" From: Ryan Date: Sun, 30 Nov 2014 09:16:18 -0600 To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net>, Mats Olsson Message-ID: <915f3af8-60d5-4778-b64e-efd5d7eb36f9@email.android.com> Subject: Re: [9fans] GO Programming Environment in Plan 9. Topicbox-Message-UUID: 2fd60fcc-ead9-11e9-9d60-3106f5b1d025 ------MU7JNBE42XRUVRLI1QPMBSW0PVWAMX Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable I *think* the commands would go something like this (untested): hget https://storage.googleapis.com/golang/go1.3.3.src.tar.gz > go.tgz tar xf go.tgz cd go/src all.rc Mats Olsson wrote: >Hi guys! > >Does anyone use Plan 9 as platform for Go programming? If so, How is >your setup (remember that I'm a noob to Plan 9 so in layman terms >please)? Any information would be greatly appreciated. > >Kind Regards, >Mats --=20 Sent from my Android phone with K-9 Mail. Please excuse my brevity. Check out my website: http://kirbyfan64.github.io/ ------MU7JNBE42XRUVRLI1QPMBSW0PVWAMX Content-Type: text/html; charset=utf-8 Content-Transfer-Encoding: quoted-printable I *think* the commands would go something like t= his (untested):

hget https://storage.googleapis.com/golang/go1.3.3.src.tar.gz > go.tgz=
tar xf go.tgz
cd go/src
all.rc

Mats Olsson <plan9.meo@gmail.= com> wrote:
Hi guys!

Does anyone use Plan 9 as platf= orm for Go programming? If so, How is
your setup (remember that I'm = a noob to Plan 9 so in layman terms
please)? Any information would b= e greatly appreciated.

Kind Regards,
Mats


--
Sent from my Android phone with K-9 Mail. Please excuse my brevity.
Check out my website: http://kir= byfan64.github.io/ ------MU7JNBE42XRUVRLI1QPMBSW0PVWAMX-- From mboxrd@z Thu Jan 1 00:00:00 1970 MIME-Version: 1.0 In-Reply-To: <915f3af8-60d5-4778-b64e-efd5d7eb36f9@email.android.com> References: <915f3af8-60d5-4778-b64e-efd5d7eb36f9@email.android.com> Date: Sun, 30 Nov 2014 18:13:23 +0000 Message-ID: From: Mats Olsson To: Ryan Content-Type: text/plain; charset=UTF-8 Cc: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Subject: Re: [9fans] GO Programming Environment in Plan 9. Topicbox-Message-UUID: 3003ce8a-ead9-11e9-9d60-3106f5b1d025 Hi guys! The thing is that I've been fooling around with Plan 9 for like 7 weeks (a real noob then) and then I read about programming in Go and found that interesting and worth trying out. So the crude fact is that I haven't any knowledge about programming in Go more than what I've just read (at the golang site etc.) but since the Go language seems to be very apt for the Plan 9 OS I thought that maybe some Plan 9 fans already have some experience and could give me a headstart in such a project. Hope this explanation makes sense. Thanks for your input and we'll see what happens. Kind Regards, Mats 2014-11-30 15:16 GMT, Ryan : > I *think* the commands would go something like this (untested): > > hget https://storage.googleapis.com/golang/go1.3.3.src.tar.gz > go.tgz > tar xf go.tgz > cd go/src > all.rc > > Mats Olsson wrote: >>Hi guys! >> >>Does anyone use Plan 9 as platform for Go programming? If so, How is >>your setup (remember that I'm a noob to Plan 9 so in layman terms >>please)? Any information would be greatly appreciated. >> >>Kind Regards, >>Mats > > -- > Sent from my Android phone with K-9 Mail. Please excuse my brevity. > Check out my website: http://kirbyfan64.github.io/ From mboxrd@z Thu Jan 1 00:00:00 1970 MIME-Version: 1.0 In-Reply-To: References: <915f3af8-60d5-4778-b64e-efd5d7eb36f9@email.android.com> Date: Sun, 30 Nov 2014 10:31:38 -0800 Message-ID: From: Skip Tavakkolian To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Content-Type: multipart/alternative; boundary=089e01182c025e4c7b050917b4be Subject: Re: [9fans] GO Programming Environment in Plan 9. Topicbox-Message-UUID: 300c495c-ead9-11e9-9d60-3106f5b1d025 --089e01182c025e4c7b050917b4be Content-Type: text/plain; charset=UTF-8 are you using 9pi? if so, i don't think Go is available on plan9/arm yet. On Sun, Nov 30, 2014 at 10:13 AM, Mats Olsson wrote: > Hi guys! > > The thing is that I've been fooling around with Plan 9 for like 7 > weeks (a real noob then) and then I read about programming in Go and > found that interesting and worth trying out. So the crude fact is that > I haven't any knowledge about programming in Go more than what I've > just read (at the golang site etc.) but since the Go language seems to > be very apt for the Plan 9 OS I thought that maybe some Plan 9 fans > already have some experience and could give me a headstart in such a > project. Hope this explanation makes sense. Thanks for your input and > we'll see what happens. > > Kind Regards, > Mats > > 2014-11-30 15:16 GMT, Ryan : > > I *think* the commands would go something like this (untested): > > > > hget https://storage.googleapis.com/golang/go1.3.3.src.tar.gz > go.tgz > > tar xf go.tgz > > cd go/src > > all.rc > > > > Mats Olsson wrote: > >>Hi guys! > >> > >>Does anyone use Plan 9 as platform for Go programming? If so, How is > >>your setup (remember that I'm a noob to Plan 9 so in layman terms > >>please)? Any information would be greatly appreciated. > >> > >>Kind Regards, > >>Mats > > > > -- > > Sent from my Android phone with K-9 Mail. Please excuse my brevity. > > Check out my website: http://kirbyfan64.github.io/ > > --089e01182c025e4c7b050917b4be Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
are you using 9pi? if so, i don't think Go is availabl= e on plan9/arm yet.


On Sun, Nov 30, 2014 at 10:13 AM, Mats Olsson <pl= an9.meo@gmail.com> wrote:
H= i guys!

The thing is that I've been fooling around with Plan 9 for like 7
weeks (a real noob then) and then I read about programming in Go and
found that interesting and worth trying out. So the crude fact is that
I haven't any knowledge about programming in Go more than what I've=
just read (at the golang site etc.) but since the Go language seems to
be very apt for the Plan 9 OS I thought that maybe some Plan 9 fans
already have some experience and could give me a headstart in such a
project. Hope this explanation makes sense. Thanks for your input and
we'll see what happens.

Kind Regards,
Mats

2014-11-30 15:16 GMT, Ryan <rymg19@g= mail.com>:
> I *think* the commands would g= o something like this (untested):
>
> hget https://storage.googleapis.com/golang/go1.3.3.src.tar= .gz > go.tgz
> tar xf go.tgz
> cd go/src
> all.rc
>
> Mats Olsson <plan9.meo@gmail= .com> wrote:
>>Hi guys!
>>
>>Does anyone use Plan 9 as platform for Go programming? If so, How i= s
>>your setup (remember that I'm a noob to Plan 9 so in layman ter= ms
>>please)? Any information would be greatly appreciated.
>>
>>Kind Regards,
>>Mats
>
> --
> Sent from my Android phone with K-9 Mail. Please excuse my brevity. > Check out my website: http://kirbyfan64.github.io/


--089e01182c025e4c7b050917b4be-- From mboxrd@z Thu Jan 1 00:00:00 1970 MIME-Version: 1.0 In-Reply-To: References: <915f3af8-60d5-4778-b64e-efd5d7eb36f9@email.android.com> Date: Sun, 30 Nov 2014 20:06:24 +0000 Message-ID: From: Mats Olsson To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Content-Type: text/plain; charset=UTF-8 Subject: Re: [9fans] GO Programming Environment in Plan 9. Topicbox-Message-UUID: 3014bbfa-ead9-11e9-9d60-3106f5b1d025 Yes, I'm using 9pi. OK. Thanks! 2014-11-30 18:31 GMT, Skip Tavakkolian : > are you using 9pi? if so, i don't think Go is available on plan9/arm yet. > > > On Sun, Nov 30, 2014 at 10:13 AM, Mats Olsson wrote: > >> Hi guys! >> >> The thing is that I've been fooling around with Plan 9 for like 7 >> weeks (a real noob then) and then I read about programming in Go and >> found that interesting and worth trying out. So the crude fact is that >> I haven't any knowledge about programming in Go more than what I've >> just read (at the golang site etc.) but since the Go language seems to >> be very apt for the Plan 9 OS I thought that maybe some Plan 9 fans >> already have some experience and could give me a headstart in such a >> project. Hope this explanation makes sense. Thanks for your input and >> we'll see what happens. >> >> Kind Regards, >> Mats >> >> 2014-11-30 15:16 GMT, Ryan : >> > I *think* the commands would go something like this (untested): >> > >> > hget https://storage.googleapis.com/golang/go1.3.3.src.tar.gz > go.tgz >> > tar xf go.tgz >> > cd go/src >> > all.rc >> > >> > Mats Olsson wrote: >> >>Hi guys! >> >> >> >>Does anyone use Plan 9 as platform for Go programming? If so, How is >> >>your setup (remember that I'm a noob to Plan 9 so in layman terms >> >>please)? Any information would be greatly appreciated. >> >> >> >>Kind Regards, >> >>Mats >> > >> > -- >> > Sent from my Android phone with K-9 Mail. Please excuse my brevity. >> > Check out my website: http://kirbyfan64.github.io/ >> >> > From mboxrd@z Thu Jan 1 00:00:00 1970 MIME-Version: 1.0 In-Reply-To: References: <915f3af8-60d5-4778-b64e-efd5d7eb36f9@email.android.com> Date: Sun, 30 Nov 2014 20:09:21 +0000 Message-ID: From: Mats Olsson To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Content-Type: text/plain; charset=UTF-8 Subject: Re: [9fans] GO Programming Environment in Plan 9. Topicbox-Message-UUID: 3018d0aa-ead9-11e9-9d60-3106f5b1d025 Just googled and found: https://code.google.com/p/go-wiki/wiki/GoArm So it seems that it's supported. 2014-11-30 20:06 GMT, Mats Olsson : > Yes, I'm using 9pi. OK. Thanks! > > 2014-11-30 18:31 GMT, Skip Tavakkolian : >> are you using 9pi? if so, i don't think Go is available on plan9/arm yet. >> >> >> On Sun, Nov 30, 2014 at 10:13 AM, Mats Olsson >> wrote: >> >>> Hi guys! >>> >>> The thing is that I've been fooling around with Plan 9 for like 7 >>> weeks (a real noob then) and then I read about programming in Go and >>> found that interesting and worth trying out. So the crude fact is that >>> I haven't any knowledge about programming in Go more than what I've >>> just read (at the golang site etc.) but since the Go language seems to >>> be very apt for the Plan 9 OS I thought that maybe some Plan 9 fans >>> already have some experience and could give me a headstart in such a >>> project. Hope this explanation makes sense. Thanks for your input and >>> we'll see what happens. >>> >>> Kind Regards, >>> Mats >>> >>> 2014-11-30 15:16 GMT, Ryan : >>> > I *think* the commands would go something like this (untested): >>> > >>> > hget https://storage.googleapis.com/golang/go1.3.3.src.tar.gz > go.tgz >>> > tar xf go.tgz >>> > cd go/src >>> > all.rc >>> > >>> > Mats Olsson wrote: >>> >>Hi guys! >>> >> >>> >>Does anyone use Plan 9 as platform for Go programming? If so, How is >>> >>your setup (remember that I'm a noob to Plan 9 so in layman terms >>> >>please)? Any information would be greatly appreciated. >>> >> >>> >>Kind Regards, >>> >>Mats >>> > >>> > -- >>> > Sent from my Android phone with K-9 Mail. Please excuse my brevity. >>> > Check out my website: http://kirbyfan64.github.io/ >>> >>> >> > From mboxrd@z Thu Jan 1 00:00:00 1970 From: erik quanstrom Date: Sun, 30 Nov 2014 12:09:38 -0800 To: 9fans@9fans.net Message-ID: <74b5a2657d6b2b21f7efbf7e086552ac@lilly.quanstro.net> In-Reply-To: References: <915f3af8-60d5-4778-b64e-efd5d7eb36f9@email.android.com> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: Re: [9fans] GO Programming Environment in Plan 9. Topicbox-Message-UUID: 301ca6e4-ead9-11e9-9d60-3106f5b1d025 On Sun Nov 30 12:06:43 PST 2014, plan9.meo@gmail.com wrote: > Just googled and found: https://code.google.com/p/go-wiki/wiki/GoArm > > So it seems that it's supported. > read the supported operating systems section: "Go supports ARM on Linux. You must be running a EABI kernel. so not even all linux. - erik From mboxrd@z Thu Jan 1 00:00:00 1970 MIME-Version: 1.0 In-Reply-To: References: <915f3af8-60d5-4778-b64e-efd5d7eb36f9@email.android.com> Date: Sun, 30 Nov 2014 15:16:16 -0500 Message-ID: From: minux To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Content-Type: multipart/alternative; boundary=001a11c3defa929fde0509192afc Subject: Re: [9fans] GO Programming Environment in Plan 9. Topicbox-Message-UUID: 30209e34-ead9-11e9-9d60-3106f5b1d025 --001a11c3defa929fde0509192afc Content-Type: text/plain; charset=UTF-8 On Nov 30, 2014 3:10 PM, "Mats Olsson" wrote: > Just googled and found: https://code.google.com/p/go-wiki/wiki/GoArm > > So it seems that it's supported. go on arm only supports Linux, Freebsd, Netbsd, nacl and Darwin (unofficial). plan 9 is not on the list (yet). --001a11c3defa929fde0509192afc Content-Type: text/html; charset=UTF-8


On Nov 30, 2014 3:10 PM, "Mats Olsson" <plan9.meo@gmail.com> wrote:
> Just googled and found: https://code.google.com/p/go-wiki/wiki/GoArm
>
> So it seems that it's supported.
go on arm only supports Linux, Freebsd, Netbsd, nacl and Darwin (unofficial).

plan 9 is not on the list (yet).

--001a11c3defa929fde0509192afc-- From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Sun, 30 Nov 2014 12:37:44 -0800 From: Anthony Martin To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Message-ID: <20141130202703.GA28585@dinah> References: <915f3af8-60d5-4778-b64e-efd5d7eb36f9@email.android.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: Content-Transfer-Encoding: quoted-printable Subject: Re: [9fans] GO Programming Environment in Plan 9. Topicbox-Message-UUID: 3024a02e-ead9-11e9-9d60-3106f5b1d025 minux once said: > On Nov 30, 2014 3:10 PM, "Mats Olsson" wrote: > > Just googled and found: https://code.google.com/p/go-wiki/wiki/GoArm > > > > So it seems that it's supported. > go on arm only supports Linux, Freebsd, Netbsd, nacl and Darwin > (unofficial). >=20 > plan 9 is not on the list (yet). By my estimate, it would be a few days work. Even less after some simplifying changes I want to make to the runtime and syscall packages (like removing superfluous differences between 386 and amd64, etc.). We're all just waiting for the tree to open up again. If someone volunteers to run a plan9/arm builder, I'll do the port and have it in by the 1.5 release. =E2=98=BA Cheers, Anthony From mboxrd@z Thu Jan 1 00:00:00 1970 From: erik quanstrom Date: Sun, 30 Nov 2014 12:46:33 -0800 To: 9fans@9fans.net Message-ID: <997ce7426325b81c6b053366923355de@lilly.quanstro.net> In-Reply-To: <20141130202703.GA28585@dinah> References: <915f3af8-60d5-4778-b64e-efd5d7eb36f9@email.android.com> <20141130202703.GA28585@dinah> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: Re: [9fans] GO Programming Environment in Plan 9. Topicbox-Message-UUID: 3028e58a-ead9-11e9-9d60-3106f5b1d025 > We're all just waiting for the tree to open up again. i thought that was the promise of dcs -- you don't have to wait. where did this whole thing fail? - erik From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Sun, 30 Nov 2014 21:49:54 +0100 From: David du Colombier <0intro@gmail.com> To: 9fans@9fans.net Message-ID: <20141130214954.32dd8864@zinc.9fans.fr> In-Reply-To: <20141130202703.GA28585@dinah> References: <915f3af8-60d5-4778-b64e-efd5d7eb36f9@email.android.com> <20141130202703.GA28585@dinah> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [9fans] GO Programming Environment in Plan 9. Topicbox-Message-UUID: 302ce6da-ead9-11e9-9d60-3106f5b1d025 > If someone volunteers to run a plan9/arm builder, I'll > do the port and have it in by the 1.5 release. =E2=98=BA I think I can run an plan9/arm builder. What board do you want? --=20 David du Colombier From mboxrd@z Thu Jan 1 00:00:00 1970 MIME-Version: 1.0 In-Reply-To: <20141130214954.32dd8864@zinc.9fans.fr> References: <915f3af8-60d5-4778-b64e-efd5d7eb36f9@email.android.com> <20141130202703.GA28585@dinah> <20141130214954.32dd8864@zinc.9fans.fr> Date: Sun, 30 Nov 2014 21:11:57 +0000 Message-ID: From: Mats Olsson To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [9fans] GO Programming Environment in Plan 9. Topicbox-Message-UUID: 303822b6-ead9-11e9-9d60-3106f5b1d025 The following quote from GoArm makes me believe it can be done on a RPi: Supported operating systems Go supports ARM on Linux. You must be running a EABI kernel. These are generally known as armel for softfloat (compatible with ARMv5) or armhf for hardware floating point (ARMv6 and above). 2014-11-30 20:49 GMT, David du Colombier <0intro@gmail.com>: >> If someone volunteers to run a plan9/arm builder, I'll >> do the port and have it in by the 1.5 release. =E2=98=BA > > I think I can run an plan9/arm builder. What board do you want? > > -- > David du Colombier > > From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Sun, 30 Nov 2014 22:30:06 +0100 From: David du Colombier <0intro@gmail.com> To: 9fans@9fans.net Message-ID: <20141130223006.047bda69@zinc.9fans.fr> In-Reply-To: References: <915f3af8-60d5-4778-b64e-efd5d7eb36f9@email.android.com> <20141130202703.GA28585@dinah> <20141130214954.32dd8864@zinc.9fans.fr> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [9fans] GO Programming Environment in Plan 9. Topicbox-Message-UUID: 303c7064-ead9-11e9-9d60-3106f5b1d025 > The following quote from GoArm makes me believe it can be done on a > RPi Yes. ARMv5, ARMv6 and ARMv7 are supported. But maybe something faster than a Raspberry Pi would be better. -- David du Colombier From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Sun, 30 Nov 2014 14:10:43 -0800 From: Anthony Martin To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Message-ID: <20141130221043.GB28585@dinah> References: <915f3af8-60d5-4778-b64e-efd5d7eb36f9@email.android.com> <20141130202703.GA28585@dinah> <997ce7426325b81c6b053366923355de@lilly.quanstro.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <997ce7426325b81c6b053366923355de@lilly.quanstro.net> Subject: Re: [9fans] GO Programming Environment in Plan 9. Topicbox-Message-UUID: 3040f03a-ead9-11e9-9d60-3106f5b1d025 erik quanstrom once said: > > We're all just waiting for the tree to open up again. > > i thought that was the promise of dcs -- you don't have to wait. > where did this whole thing fail? Well, I really meant we're waiting for the point in the development schedule that allows new code to be up for review. Of course, we can (and do) develop on personal branches. Anthony From mboxrd@z Thu Jan 1 00:00:00 1970 MIME-Version: 1.0 In-Reply-To: <20141130221043.GB28585@dinah> References: <915f3af8-60d5-4778-b64e-efd5d7eb36f9@email.android.com> <20141130202703.GA28585@dinah> <997ce7426325b81c6b053366923355de@lilly.quanstro.net> <20141130221043.GB28585@dinah> Date: Sun, 30 Nov 2014 23:12:04 +0000 Message-ID: From: Mats Olsson To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Content-Type: text/plain; charset=UTF-8 Subject: Re: [9fans] GO Programming Environment in Plan 9. Topicbox-Message-UUID: 3045b1ce-ead9-11e9-9d60-3106f5b1d025 Hi David! I have several Raspberry Pi's and I'm kind of doing a research of what can be done on this platform when it comes to programming etc. Preferable in Plan 9 OS. I'm certain that there are lots of other options but I'm focusing on the use of the Raspberry Pi as a hardware platform. Kind Regards, Mats 2014-11-30 22:10 GMT, Anthony Martin : > erik quanstrom once said: >> > We're all just waiting for the tree to open up again. >> >> i thought that was the promise of dcs -- you don't have to wait. >> where did this whole thing fail? > > Well, I really meant we're waiting for the point in the > development schedule that allows new code to be up for > review. > > Of course, we can (and do) develop on personal branches. > > Anthony > > From mboxrd@z Thu Jan 1 00:00:00 1970 MIME-Version: 1.0 In-Reply-To: <20141130202703.GA28585@dinah> References: <915f3af8-60d5-4778-b64e-efd5d7eb36f9@email.android.com> <20141130202703.GA28585@dinah> Date: Mon, 1 Dec 2014 01:21:54 -0800 Message-ID: From: Skip Tavakkolian To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Content-Type: multipart/alternative; boundary=001a1134cf2031b9aa050924243f Subject: Re: [9fans] GO Programming Environment in Plan 9. Topicbox-Message-UUID: 3097842c-ead9-11e9-9d60-3106f5b1d025 --001a1134cf2031b9aa050924243f Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable i can try it on rpi's, plugs and BBBs On Sun, Nov 30, 2014 at 12:37 PM, Anthony Martin wrote: > minux once said: > > On Nov 30, 2014 3:10 PM, "Mats Olsson" wrote: > > > Just googled and found: https://code.google.com/p/go-wiki/wiki/GoArm > > > > > > So it seems that it's supported. > > go on arm only supports Linux, Freebsd, Netbsd, nacl and Darwin > > (unofficial). > > > > plan 9 is not on the list (yet). > > By my estimate, it would be a few days work. Even less > after some simplifying changes I want to make to the > runtime and syscall packages (like removing superfluous > differences between 386 and amd64, etc.). > > We're all just waiting for the tree to open up again. > > If someone volunteers to run a plan9/arm builder, I'll > do the port and have it in by the 1.5 release. =E2=98=BA > > Cheers, > Anthony > > --001a1134cf2031b9aa050924243f Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
=C2=A0i can try it on rpi's, plugs and BBBs

On Sun, Nov 30, 2014 a= t 12:37 PM, Anthony Martin <ality@pbrane.org> wrote:
minux <= ;minux.ma@gmail.com> once said= :
> On Nov 30, 2014 3:10 PM, "Mats Olsson" <plan9.meo@gmail.com> wrote:
> > Just googled and found: https://code.google.com/p/go-wiki/wiki/Go= Arm
> >
> > So it seems that it's supported.
> go on arm only supports Linux, Freebsd, Netbsd, nacl and Darwin
> (unofficial).
>
> plan 9 is not on the list (yet).

By my estimate, it would be a few days work. Even less
after some simplifying changes I want to make to the
runtime and syscall packages (like removing superfluous
differences between 386 and amd64, etc.).

We're all just waiting for the tree to open up again.

If someone volunteers to run a plan9/arm builder, I'll
do the port and have it in by the 1.5 release. =E2=98=BA

Cheers,
=C2=A0 Anthony


--001a1134cf2031b9aa050924243f-- From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <26a0702f8d032dc8ab844035ce1b1746@proxima.alt.za> To: 9fans@9fans.net Date: Mon, 1 Dec 2014 11:51:52 +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 Programming Environment in Plan 9. Topicbox-Message-UUID: 309bf99e-ead9-11e9-9d60-3106f5b1d025 > i can try it on rpi's, plugs and BBBs My Sheevaplug has died on me and the Olimex Olinuxino is a bit underpowered. I'm not sure if either will ever be viable. Olimex have some exciting new hardware coming up, but a builder is a bit of a tall order on ARM. Ideally, I should use my Galaxy S5, that's where the power really lies :-( Lucio.