Viewing profile — nicholas22
nicholas22
HN member- Joined
- Sat, Oct 08, 2011, 11:17 AM UTC
- HN karma
- 1
- Public activity
- 2 items
- HN profile
- View on Hacker News ↗
About nicholas22
No profile information was provided.
Recent public activity
-
comment
Comment #3087670
There are multiple. I suppose long-term memory is a hashtable and working memory is a stack ;)
-
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()…