Slices combine a mutable vector with a (seemingly) read-only view – a big mistake in #Go, leading to the foot-guns here & in the discussions 😓:
“Sliced By Go’s Slices”, Ohad Ravid (ohadravid.github.io/posts/2026-0...).
Via Lobsters: lobste.rs/s/o3cpxf/sli...
#Programming #GoLang #PLDI