|
@@ -55,4 +55,5 @@ The Common Lisp koans are based on the python koans and ruby koans projects.
|
55
|
55
|
Additionally, many of the tests are based on new material that is special
|
56
|
56
|
to Common Lisp.
|
57
|
57
|
|
58
|
|
-Note that the unit on threads uses an SBCL specific threading API.
|
|
58
|
+Note that the unit on threads uses an SBCL specific threading API. A reader
|
|
59
|
+macro will remove this unit on Lisp implementations other than SBCL.
|