<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>genesis.asd</filename>
    </added>
    <added>
      <filename>package.lisp</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -26,16 +26,8 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 |#
 
 
-(defpackage &quot;GENESIS&quot;
-  (:use &quot;CL&quot; &quot;LISP-UNIT&quot;)
-  (:export &quot;RULE&quot;
-           &quot;*CURRENT-POPULATION*&quot;
-           &quot;GENETIC-ALGORITHM&quot;
-           &quot;FUNCALL-RULES&quot;
-           &quot;FUNCALL-BEST&quot;))
-
 (in-package &quot;GENESIS&quot;)
-            
+
 (load &quot;./utility.lisp&quot;)
 
 (defstruct RULE</diff>
      <filename>genesis.lisp</filename>
    </modified>
    <modified>
      <diff>@@ -25,8 +25,6 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 
 |#
 
-(load &quot;./utility.lisp&quot;)
-
 (defvar *sample-values*
   #(-1 1 genesis::num genesis::num randomnum randomfrac)
   &quot;Sample values that can be produced. You can get either -1, 0, 1,</diff>
      <filename>square-root-sample.lisp</filename>
    </modified>
    <modified>
      <diff>@@ -53,8 +53,7 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 
 
 (defmacro swap (item1 item2)
-  &quot;Swaps the contents of item1 and item2. I can't believe this isn't defined
-  in the standard.&quot;
+  &quot;Swaps the contents of item1 and item2.&quot;
   (let ((tmp (gensym)))
     `(progn
        (setf ,tmp ,item1)</diff>
      <filename>utility.lisp</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>399d364c58c6390668ed70480642123b07b87c5f</id>
    </parent>
  </parents>
  <author>
    <name>Jake Voytko</name>
    <email>jakevoytko@gmail.com</email>
  </author>
  <url>http://github.com/jakevoytko/genesis/commit/a93843a40ebdafdd223e410f14223858dde0a14b</url>
  <id>a93843a40ebdafdd223e410f14223858dde0a14b</id>
  <committed-date>2009-01-02T20:49:04-08:00</committed-date>
  <authored-date>2009-01-02T20:49:04-08:00</authored-date>
  <message>I officially added the ASDF system definition that tracks down the &quot;Lisp-Unit&quot; dependency!&quot;</message>
  <tree>d903aa0d7e0e18917fa62a7178d3a6776151a59e</tree>
  <committer>
    <name>Jake Voytko</name>
    <email>jakevoytko@gmail.com</email>
  </committer>
</commit>
