Oddbean new post about | logout
 been missing your commentary :)

personally i'm a fan of the Wurths and Go is heavily shaped by his design ideas, the modules, the "odd" function syntax, the use of sentinels in the top level structure of source files, the "allocate and assign" operator :=

the reason for my taste in language design largely comes from my experience in language implementation - Go, and all the Wurth languages that fed into its most salient features - are simple, they compile fast, they are easy to learn, and they integrate linking seamlessly

every time i deal with C code i groan at the endless repetition of H and C files and the makefile, it's such a scattered mess 
 I agree. go > c > c++

I hate c++ 
 ...and rust is just C++++