RSSAmplifier

Blog

Mero's Blog

Recent content on Mero's Blog

blog.merovius.deRSS feed ↗5 posts

Latest posts

Constraining Go type parameter pointers

A quick note on an FAQ about Go generics

Constraining Complexity in the Generics Design

A supplementary post to my GopherConAU 2023 talk of the same title.

Cleanly merge git repositories

I describe how I did a clean, four-way merge of git repositories.

Operator constraints in Go

I describe four ways to express constraints for operators in generic Go code and the trade-offs involved.

Calculating type sets is harder than you think

I try to explain why the problem of calculating the exact contents of a type set in Go is harder than it might seem on the surface.