Generics in Go: Draft Proposal Review
Video Statistics and Information
Channel: Ardan Labs
Views: 6,182
Rating: 4.9153438 out of 5
Keywords: golang, programming, tutorial, Bill kennedy, ardan labs, Development, engineering, online learning, computer science, syntax, generics, go syntax tutorial, golang generics, generics draft proposal, golang syntax, go team, the go blog, golang.org, @goinggodotnet
Id: gIEPspmbMHM
Channel Id: undefined
Length: 89min 48sec (5388 seconds)
Published: Wed Oct 14 2020
Please note that this website is currently a work in progress! Lots of interesting data and statistics to come.
This is a terrific talk! For those who aren't sure what generics even are or what problems they might solve in Go, I wrote a tutorial 'as though' generics already exist: https://bitfieldconsulting.com/golang/generics
Nice video.
I just wish we do not have any predeclared type constraints like `comparable` & `any`
The draft talks of a possible new `package constraints`; If that does happen, I would expect all constraints to be in that package (including `comparable` and `any`).
I know `any` is an alias for `interface{}` but I would want that alias to be defined inside `package constraints`
I'm interested in what you guys think about the generics proposal
This is an outstanding lecture.
I highly recommended this to anyone still unsure about whether the proposed generic syntax fits in to the Go concept. I think it does and the video encourages me to continue thinking that.