Live data from Hacker News

Viewing profile — kricstta31

kricstta31

HN member
Joined
Thu, Dec 11, 2014, 8:03 PM UTC
HN karma
1
Public activity
1 items

About kricstta31

No profile information was provided.

Recent public activity

  1. comment
    Comment #8736771

    -> in clojure or hy deals with that nicely: (-> (read) (eval) (print) (loop)) using python-sh in hy this is possible: (-> (cat "/usr/share/dict/words") (grep "-E" "^hy") (wc "-l"))…