]> gitweb.factorcode.org Git - factor.git/commitdiff
dont use lib
authorDoug Coleman <doug.coleman@gmail.com>
Thu, 2 Oct 2008 22:40:49 +0000 (17:40 -0500)
committerDoug Coleman <doug.coleman@gmail.com>
Thu, 2 Oct 2008 22:40:49 +0000 (17:40 -0500)
extra/project-euler/014/014.factor
extra/project-euler/021/021.factor
extra/project-euler/032/032.factor
extra/project-euler/036/036.factor
extra/project-euler/043/043.factor
extra/project-euler/047/047.factor
extra/project-euler/052/052.factor
extra/project-euler/075/075.factor

index fcbc956de8a305da43e270f9cd747f7748edc19c..dc0c060b226c03c62b251576bf0c1f7ffa82ff03 100644 (file)
@@ -1,6 +1,6 @@
 ! Copyright (c) 2007 Aaron Schaefer.
 ! See http://factorcode.org/license.txt for BSD license.
-USING: arrays combinators.lib combinators.short-circuit kernel
+USING: arrays combinators.short-circuit kernel
 math math.ranges namespaces make sequences sorting ;
 IN: project-euler.014
 
index 9ae5f6af10001b28c7985be098f423bd50a7db89..af6bb3270baf5265178bb048e5b42902dde409cd 100644 (file)
@@ -1,7 +1,7 @@
 ! Copyright (c) 2007 Aaron Schaefer.
 ! See http://factorcode.org/license.txt for BSD license.
-USING: combinators.lib combinators.short-circuit kernel math math.functions
-    math.ranges namespaces project-euler.common sequences sequences.lib ;
+USING: combinators.short-circuit kernel math math.functions
+    math.ranges namespaces project-euler.common sequences ;
 IN: project-euler.021
 
 ! http://projecteuler.net/index.php?section=problems&id=21
index 8a54c595a974d53c8f6a36c399bad4387de45161..f9667c75fea28f6ec7c104b302ba676d347c3a72 100755 (executable)
@@ -1,6 +1,6 @@
 ! Copyright (c) 2008 Aaron Schaefer.
 ! See http://factorcode.org/license.txt for BSD license.
-USING: combinators.lib hashtables kernel math math.combinatorics math.functions
+USING: hashtables kernel math math.combinatorics math.functions
     math.parser math.ranges project-euler.common sequences sets ;
 IN: project-euler.032
 
index f3a9f738bfb0b5df6ffa2e07de5c5a13d416ea01..fc9df9a8fe8b7490de0718ed702687d12ce7ca4d 100644 (file)
@@ -1,6 +1,6 @@
 ! Copyright (c) 2008 Aaron Schaefer.
 ! See http://factorcode.org/license.txt for BSD license.
-USING: combinators.lib combinators.short-circuit kernel math.parser math.ranges
+USING: combinators.short-circuit kernel math.parser math.ranges
     project-euler.common sequences ;
 IN: project-euler.036
 
index a2f4ad5c615876b877f03626bd863974e0bd8fce..84ed7a830ff92197f83990c025f1b7388850a3fc 100644 (file)
@@ -1,8 +1,8 @@
 ! Copyright (c) 2008 Aaron Schaefer.
 ! See http://factorcode.org/license.txt for BSD license.
-USING: combinators.lib combinators.short-circuit hashtables kernel math
+USING: combinators.short-circuit hashtables kernel math
     math.combinatorics math.parser math.ranges project-euler.common sequences
-    sequences.lib sorting sets ;
+    sorting sets ;
 IN: project-euler.043
 
 ! http://projecteuler.net/index.php?section=problems&id=43
index e59ca56f396d4e7e3be59bd08263c67eb1f26f22..87a13878873c43ed3143224cb85c1bba43498aba 100644 (file)
@@ -1,6 +1,6 @@
 ! Copyright (c) 2008 Aaron Schaefer.
 ! See http://factorcode.org/license.txt for BSD license.
-USING: arrays combinators.lib kernel math math.primes math.primes.factors
+USING: arrays kernel math math.primes math.primes.factors
     math.ranges namespaces sequences ;
 IN: project-euler.047
 
index aec8015f9424b44113286ad9c74cc0e97f1f259a..3f562baa8505ee3572829cfa0bb127c39e38bde1 100644 (file)
@@ -1,6 +1,6 @@
 ! Copyright (c) 2008 Aaron Schaefer.
 ! See http://factorcode.org/license.txt for BSD license.
-USING: combinators.lib combinators.short-circuit kernel math
+USING: combinators.short-circuit kernel math
     project-euler.common sequences sorting ;
 IN: project-euler.052
 
index 8e5b849de59bba014c253eb78a0fa8a40902ad10..76f2a2a26ec8f6762017c55710b668ded5748128 100755 (executable)
@@ -1,7 +1,7 @@
 ! Copyright (c) 2008 Aaron Schaefer.
 ! See http://factorcode.org/license.txt for BSD license.
-USING: arrays combinators.lib kernel math math.ranges
-    namespaces project-euler.common sequences sequences.lib ;
+USING: arrays kernel math math.ranges
+    namespaces project-euler.common sequences ;
 IN: project-euler.075
 
 ! http://projecteuler.net/index.php?section=problems&id=75