]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/bootstrap/compiler/compiler.factor
Merge branch 'require-when' of git://github.com/littledan/Factor
[factor.git] / basis / bootstrap / compiler / compiler.factor
index dc278df572b0f202f6c18811ae9dea7932c17339..56109e2de6f6591b315d8306d71822eb39640e4b 100644 (file)
@@ -35,7 +35,7 @@ gc
     [ optimized? not ] filter compile ;
 
 "debug-compiler" get [
-    
+
     nl
     "Compiling..." write flush
 
@@ -57,7 +57,7 @@ gc
 
         curry compose uncurry
 
-        array-nth set-array-nth length>>
+        array-nth set-array-nth
 
         wrap probe
 
@@ -117,4 +117,6 @@ gc
 
     " done" print flush
 
+    "io.streams.byte-array.fast" require
+
 ] unless