https://ldbeth.sdf.org/cltl2.html @ldbeth thanks again for reencoding this. #cltl2 #lisp #bookstodon #programming #series
@screwtape @ldbeth One thing that would be good to change: I see the quote character in the PDF as a backquote: (sample-function 1 2 2 ´bar). If I copy that from the PDF I get
(sample-function 1 2 2´bar)
instead of
(sample-function 1 2 2 'bar)