Hacker News new | ask | show | jobs
by robwilliams 3648 days ago
>Use a better language instead of caring about the names.

That's not always an option.

Also, I don't find the language OP linked syntactically challenged. C# has a similar syntax and it's much more readable than what you've provided:

people.Sort(p => p.FirstName);