Live data from Hacker News

Viewing profile — nicholas22

nicholas22

HN member
Joined
Sat, Oct 08, 2011, 11:17 AM UTC
HN karma
1
Public activity
2 items

About nicholas22

No profile information was provided.

Recent public activity

  1. comment
    Comment #3087670

    There are multiple. I suppose long-term memory is a hashtable and working memory is a stack ;)

  2. story
    Real LINQ for Java

    Pure, valid, Java: // create alphabet char[] char[] alphabet = new Character('A').to(new Character('Z')).unbox(); char[] numbers = new Character('1').to(new Character('9')).unbox()…