Re: [go-nuts] Trying to port Go to HPE NonStop x86 - Need some guidance

2025-05-11 Thread Steven Meadows
Where are at with this port to Nonstop On Thursday, June 10, 2021 at 7:24:39 PM UTC-4 Ian Lance Taylor wrote: > On Wed, Jun 9, 2021 at 6:16 AM Shiva wrote: > > > > I have now duped all of the linux files and created nsx variants, I've > also set the environment variables GOOS to nsx and GOARCH

[go-nuts] Re: Generics and parentheses

2020-07-17 Thread steven meadows
Brackets avoid ambiguity, and allows the developer to concentrate on what the code is doing rather than trying to interpret it. On Tuesday, July 14, 2020 at 5:56:01 PM UTC-4 gri wrote: > We have received a variety of feedback on the generics draft design >