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 stream nil) :while (and char (or (char= char…
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 <enter> ..yay, start coding.. c-c-c to…
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 stream nil) :while (and char (or (char= char…
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 <enter> ..yay, start coding.. c-c-c to…