Why Go Is a Minimalist Language Sep 07, 2025Go has a small language specification, but does this make it a language for minimalist development?
So You Dont Like Go? Aug 31, 2025Language criticism can be useful if it doesn't decline into mere nitpicking for the sake of it.
Tuppers Self-Referential Formula May 11, 2025A formula that describes a picture of itself? How is that possible...?!
Optimizing A Codebase By Porting It To Go? Mar 09, 2025'We ported this app to Go and see a 200% performance increase!' Just by porting the app line by line to Go? Probably not.
A New Error Handling Syntax Feb 02, 2025A proposed new syntax for error checking promises clearer code, but the syntax may lead to carelessly letting context-free errors bubble up the chain.
Ai In Programming: Blessing Or Curse? Oct 20, 2024My conclusions from using an open-soruce AI coding assistant (Continue) in VSCodium
Go is...? (Beyond Paradigms) Oct 11, 2024Paradigms are too coarse-grained to accurately describe a language. It is better to examine the language's features and the domains in which it is used.
Go for real-time applications Oct 10, 2024Garbage-collected languages aren't suitable for real-time apps? They are, for most flavors of 'real time'.
Magic, or the lack thereof Aug 25, 2024Go is a non-magical language. The term 'non-magical' deserves a closer look.