Are (let) and (lambda) equivalent in Common Lisp...
Read MoreStrange Lisp Quoting scenario - Graham's On Lisp, page 37...
Read MoreTail-recursive flatten function in Emacs Lisp...
Read MoreBizarre quoted list example from On Lisp...
Read More"On Lisp": `(a b c) vs '(a b c) vs (list 'a 'b 'c)...
Read MoreDifference between (apply #'somefunc args) and (somefunc args)...
Read MoreThe necessity of quote in On Lisp's #[ read macro?...
Read MoreLearn Macros in Scheme from On Lisp...
Read MoreIs this really a breadth first search...
Read MoreIs this a good correction for "our-find-if" at Graham's OnLisp page 23 errata?...
Read Morecontinuation in common lisp by macros -- regarding an implemetation in OnLisp...
Read More