diff options
author | Adam <adam@adambard.com> | 2013-08-13 08:19:56 -0700 |
---|---|---|
committer | Adam <adam@adambard.com> | 2013-08-13 08:19:56 -0700 |
commit | dbf07b80ac03648ebcec89d07eac279faa1d0cb6 (patch) | |
tree | 38f865023ae4fbefecc4152ef02d4df4a25751e2 | |
parent | 53017635c852d936a99964c305c55d6e68f0b6e6 (diff) |
Scheme encoding for cl
-rw-r--r-- | common-lisp.html.markdown | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/common-lisp.html.markdown b/common-lisp.html.markdown index 24b6947f..e174e0df 100644 --- a/common-lisp.html.markdown +++ b/common-lisp.html.markdown @@ -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 |