<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>nyac-build-linux-x86-32-2008-10-22.tar.bz2</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -25,7 +25,7 @@ $ cd nyac
 now you'll need to unpack the precompiled binaries and to set LD_LIBRARY_PATH 
 (this assumes that you're using bash):
 
-$ tar -jxvf nyac-build-linux-x86-32.tar.bz2
+$ tar -jxvf nyac-build-linux-x86-32-'insert most recent date here'.tar.bz2
 
 $ export LD_LIBRARY_PATH=build-arc:$LD_LIBRARY_PATH
 
@@ -37,7 +37,7 @@ $ ./build-arc/test.arc.run
 
 The two most important ones:
 
-- Continuations support
+- Threading
 - Lists, vectors, hash tables, etc. in function call position
 
 Others (in no particular order):
@@ -50,7 +50,6 @@ Others (in no particular order):
   (unquote ...))
 - bignums, ratnums, etc. Only fixnums and floating point numbers are supported
 - only ASCII characters are supported
-- threading
 - hash tables are still not implemented
 
 The list could go on...</diff>
      <filename>README</filename>
    </modified>
    <modified>
      <diff>@@ -55,7 +55,8 @@
       (feach (fn (c) (do (str-set str i c) (set i (+ i 1)))) l)
       (if (iso str &quot;t&quot;) t 
           (iso str &quot;nil&quot;) nil
-          (expand-ssyntax str)))))
+          (intern str)))))
+          ;(expand-ssyntax str)))))
 
 ; read-symbol must be the last, because it catches (almost) everything
 (set read-table </diff>
      <filename>read.arc</filename>
    </modified>
    <modified>
      <diff>@@ -56,7 +56,7 @@
 &quot;)
                    (__print_backtrace)
                    (ffi-call &quot;exit&quot; 1))))))
-	 
+
 	 (__unbound_error
 	   (code (s) ()
 	     (do</diff>
      <filename>std.arc</filename>
    </modified>
  </modified>
  <removed type="array">
    <removed>
      <filename>nyac-build-linux-x86-32.tar.bz2</filename>
    </removed>
  </removed>
  <parents type="array">
    <parent>
      <id>51a9a2807040d2941950cb6e37346a60e5bf4b71</id>
    </parent>
  </parents>
  <author>
    <name>Stefano Dissegna</name>
    <email>stefano.dissegna@gmail.com</email>
  </author>
  <url>http://github.com/stefano/nyac/commit/34ab7d756123f7cc4b39f6ee3a7fbd00dbbf4ddc</url>
  <id>34ab7d756123f7cc4b39f6ee3a7fbd00dbbf4ddc</id>
  <committed-date>2008-10-22T09:27:05-07:00</committed-date>
  <authored-date>2008-10-22T09:27:05-07:00</authored-date>
  <message>more recent build</message>
  <tree>f04a722fe408275570c1f8b654fd812a1ffece38</tree>
  <committer>
    <name>Stefano Dissegna</name>
    <email>stefano.dissegna@gmail.com</email>
  </committer>
</commit>
