Hacker News new | ask | show | jobs
by djpilot 2626 days ago
From TFA: "These examples are written in neutral pseudocode that should be adaptable to most any imperative language."

False. The examples are written in Go, a generally easy to read language. Maybe the author thought it is a funny joke. Low bar :)

2 comments

> The examples are written in Go, a generally easy to read language.

But not necessarily so, #3 and #4 are just godawful.

edit: and as you point out below, Go's sorting interface is completely alien and doesn't easily translate to any other language.

Agreed, the sort interface in go is one of the worst parts, and doesn't translate to any other language I'm familiar with. The article was mildly entertaining but by the end left much to be desired.

Shoulda just gone with python, rust, c, crystal lang.. anything else for sorting!

Came here to say the same thing. xD