Live data from Hacker News

Viewing profile — marius

marius

HN member
Joined
Tue, May 20, 2008, 9:01 AM UTC
HN karma
6
Public activity
4 items

About marius

No profile information was provided.

Recent public activity

  1. story
  2. comment
    Comment #405507

    This is one of the advantages of using Scheme as an introductory language: (define x 1) (set! x 2) (let ((x 3)) (1+ x)

  3. comment
    Comment #404620

    java.lang.System is class, not a namespace (although classes in Java are overloaded to function as namespaces as well as modules and data type definitions). println() is not a stat…

  4. story