Viewing profile — marius
marius
HN member- Joined
- Tue, May 20, 2008, 9:01 AM UTC
- HN karma
- 6
- Public activity
- 4 items
- HN profile
- View on Hacker News ↗
About marius
No profile information was provided.
Recent public activity
- story
-
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)
-
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…
- story