<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -8,7 +8,7 @@
 (dbl 17872687642786723868743216782)
 
 ; pg. 11
-(= #'dbl (first (list #'dbl)))
+(= dbl (first (list dbl)))
 
 ; pg. 12
 (fn [x] (* x 2))
@@ -24,7 +24,7 @@
 (map + '(1 2 3) '(10 100 1000))
 
 ;; Clojure uses the Java's Comparator on the sort function
-;; so there is no need to supply the #'&lt; function.  In fact,
+;; so there is no need to supply the &lt; function.  In fact,
 ;; if you did, an exception would be thrown. (l@@k why?)
 (sort '(1 4 2 5 6 7 3))
 
@@ -39,7 +39,7 @@
       (cons (first lst) (remove-if f (rest lst))))))
 
 (remove-if even? '(1 2 3 4 5))
-(remove-if #'nil? '(1 2 nil 3 nil))
+(remove-if nil? '(1 2 nil 3 nil))
 (remove-if (fn [x] 
              (if (&gt; x 5)
                nil</diff>
      <filename>reading/onlisp/chapter2.clj</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>65cc23cd2530184f4295161e06de81e31b790fd4</id>
    </parent>
  </parents>
  <author>
    <name>Fogus</name>
    <email>devnull@earthvssoup.com</email>
  </author>
  <url>http://github.com/fogus/polyglot/commit/1886cdb9c1c5f8cf5a550f44d7cd4bee149a652d</url>
  <id>1886cdb9c1c5f8cf5a550f44d7cd4bee149a652d</id>
  <committed-date>2008-09-29T07:06:32-07:00</committed-date>
  <authored-date>2008-09-29T07:06:32-07:00</authored-date>
  <message>Removed the function special operator as Closure does not need it being a Lisp-1</message>
  <tree>decd71e846f405dbd9db0a541efcaad4b8fb76fa</tree>
  <committer>
    <name>Fogus</name>
    <email>devnull@earthvssoup.com</email>
  </committer>
</commit>
