1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-08-05 06:17:36 +02:00

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
@@ -589,6 +589,7 @@ nil ; for false - and the empty list
;; regular code.
;; See Practical Common Lisp for more information on macros.
```
## Further Reading