Scheme encoding for cl

This commit is contained in:
Adam 2013-08-13 08:19:56 -07:00
parent 53017635c8
commit dbf07b80ac

View File

@ -17,7 +17,7 @@ Another popular and recent book is
```commonlisp ```scheme
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;; 0. Syntax ;;; 0. Syntax
@ -589,6 +589,7 @@ nil ; for false - and the empty list
;; regular code. ;; regular code.
;; See Practical Common Lisp for more information on macros. ;; See Practical Common Lisp for more information on macros.
```
## Further Reading ## Further Reading