Live data from Hacker News

Viewing profile — attheoffice

attheoffice

HN member
Joined
Mon, Dec 01, 2014, 7:47 AM UTC
HN karma
4
Public activity
1 items

About attheoffice

No profile information was provided.

Recent public activity

  1. comment
    Comment #8679957

    Java 8 counterpart to you Clojure variant is actually: coll.sort(comparing(identity(), Integer::compareTo)); Or: coll.sort(reverseOrder())