Jan-Lukas Else

Thoughts of an IT expert

🔗 Links: 2021-01-12

This is a collection of links I stumbled across and found worth sharing. Also see the blogroll for links to blogs I regularly read.


Generics in Go

Published on in 🔗 Links

As someone who properly learned to program using Java and still works with Java almost every day, I am used to generics. Flexible parameters whose constraints do not yet have to be set during definition. The fact that there are no generics in Go took some getting used to.

View

Jan-Lukas Else