[go-nuts] Re: Go generics and bloating

2022-08-18 Thread Guillaume Lescure
Thank you very much Keith, that answers my question :) Le jeudi 18 août 2022 à 18:24:43 UTC+2, k...@google.com a écrit : > On Tuesday, August 16, 2022 at 1:03:22 PM UTC-7 guil.l...@gmail.com wrote: > >> Hello, >> >> I remember a paper about Go Generics but I cannot find it again. >> It was a scie

[go-nuts] Re: Go generics and bloating

2022-08-16 Thread Guillaume Lescure
Thanks a lot Axel that's the paper I was looking for :D Thanks for the article, I will read it. But if someone has more explanation for my little exemple, I'm still listening :) Le mardi 16 août 2022 à 22:18:26 UTC+2, harr...@spu.edu a écrit : > https://planetscale.com/blog/generics-can-make-yo

[go-nuts] Go generics and bloating

2022-08-16 Thread Guillaume Lescure
Hello, I remember a paper about Go Generics but I cannot find it again. It was a scientist paper (with a lot of maths far beyond my understanding ^^). Title was something like "Lightweigh generics for Go" or something like that. I believe the background of the website was red (not sure either).

[go-nuts] Re: Go module and local dependencies

2019-09-06 Thread Guillaume Lescure
https://groups.google.com/d/msg/golang-nuts/1nYoAMFZVVM/eppaRW2rCAAJ > > Hope that helps at least somewhat. Please don't hesitate to post more > questions or comments. > > Regards, > thepudds > > On Sunday, September 1, 2019 at 6:02:21 AM UTC-4, Guillaume Lescure wrote

[go-nuts] Re: Go module and local dependencies

2019-09-01 Thread Guillaume Lescure
Hi, Thanks for the comments and the ideas :) 1. Try 'go build ./...' from the root directory of the module to build all > the packages in the module. 'go build' without any arguments is the same > as 'go build .' which means just build the current directory/package. I didn't know the com

[go-nuts] Go module and local dependencies

2019-08-31 Thread Guillaume Lescure
Hi, I spend my day trying to build a new project in Go using the new Go module system. I didn't succeed so I'm kind of upset because I never waste that much time for something that simple before. The project : I try to use Go module only so no environment variable anywhere. There are 1 library