Re: [go-nuts] first class iterator values?

2024-08-16 Thread Costanza, Pascal
7; via golang-nuts > wrote: > > On Thu, 2024-08-15 at 22:32 +, Costanza, Pascal wrote: >> I believe the indices in your examples are updated in the wrong >> place. The following seems to do what I believe you >> expect: https://go.dev/play/p/U2YQM3fOz98 > > T

Re: [go-nuts] first class iterator values?

2024-08-15 Thread Costanza, Pascal
I believe the indices in your examples are updated in the wrong place. The following seems to do what I believe you expect: https://go.dev/play/p/U2YQM3fOz98 Pascal On 16 Aug 2024, at 00:08, 'Dan Kortschak' via golang-nuts wrote: Currently the Gonum graph packages make use of go:linkname abu

Re: [go-nuts] [ANN] GraphBLAS binding for Go

2023-09-26 Thread Costanza, Pascal
On 25 Sep 2023, at 23:31, Corin Lawson wrote: Fantastic work! I'm no authority on the subject of Go programming style but the CheckErrors and OK pattern seems very unusual. Can you tell me the reasons for that design choice? The CheckErrors and OK pattern is there to make error checking in Go