Conservative Go under the microscope as v1.26 leans on the runtime

The liveliest thread of the day asks whether Go's conservative approach to language evolution still holds up, with v1.26 again pouring effort into the runtime, scheduler, GC and stdlib rather than new syntax. It is the kind of question the community actually wants to argue about, and the comments are where the value is. On the toolchain side, there is a proposal to restrict or remove cmd/go's -modfile flag, originally added for tools like gopls. Worth a read if you maintain anything that shells out to the go command. Elsewhere, a post on excessive nil pointer checks makes a quietly useful case for defensive programming over deferred recovers, and someone has shipped a ZX Spectrum emulator written in Go, which is a reasonable way to spend an evening.