Hacker News new | ask | show | jobs
by mfrw 3143 days ago
Simplicity is the Ultimate form of sophistication -- Leonardo da Vinci

The quote fits perfectly for the design of go.

3 comments

I think it fits better for Scheme or Forth. I would not describe Go as simple at all relative to those languages.
Like nil interfaces not being nil.

Or using characters from the Canadian Aboriginal Syllabics unicode block to emulate generics.

I agree with all of you, but when I compare go with C++/Java, go turns out to be very simple.