Live data from Hacker News

Viewing profile — lnostdal

lnostdal

HN member
Joined
Fri, Apr 04, 2008, 2:00 PM UTC
HN karma
1
Public activity
2 items

About lnostdal

No profile information was provided.

Recent public activity

  1. 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…

  2. 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…