📋

Programming

Go

https://gopherize.me

I appreciate the Go approach, composition of simple primitives, automatic formatting, disallowing unused variables or imports,

you start with defining your types and data structures, write simple functions that do one thing well, and compose them to achieve higher level goals


🎰