Viewing profile — lnostdal
lnostdal
HN member- Joined
- Fri, Apr 04, 2008, 2:00 PM UTC
- HN karma
- 1
- Public activity
- 2 items
- HN profile
- View on Hacker News ↗
About lnostdal
No profile information was provided.
Recent public activity
-
comment
Comment #874672
quick and dirty; i'm not even sure it is correct: (defmacro blah (arg body) (with-input-from-string (stream (reverse (string arg))) (dolist (char (loop :for char = (read-char strea…
-
comment
Comment #154788
m-x slime (starts slime and sbcl) c-x-2 (split window in two; one for coding one for REPL) ..open a file at the top window by pressing c-x-f and typing in hello-world.lisp ..yay, s…