]> gitweb.factorcode.org Git - factor.git/commitdiff
bubble-chamber: minor tidying
authorEduardo Cavazos <dharmatech@finkelstein.stackeffects.info>
Tue, 16 Dec 2008 00:43:50 +0000 (18:43 -0600)
committerEduardo Cavazos <dharmatech@finkelstein.stackeffects.info>
Tue, 16 Dec 2008 00:43:50 +0000 (18:43 -0600)
extra/bubble-chamber/bubble-chamber.factor

index b70c65c03746ed49ae1ef4d3630d575036f8f494..086faf4f23cc385f9396e1b0c347938d38324268 100644 (file)
@@ -1,34 +1,18 @@
 
-USING: accessors arrays calendar
-combinators.cleave combinators.short-circuit 
-kernel locals math math.constants math.functions math.libm
-math.order math.points math.vectors
- namespaces 
-random sequences threads ui ui.gadgets ui.gestures ;
-
-USING:
-
-       kernel
-
-       syntax
-
-       sequences
-
+USING: kernel syntax accessors sequences
+       arrays calendar
+       combinators.cleave combinators.short-circuit 
+       locals math math.constants math.functions math.libm
+       math.order math.points math.vectors
+       namespaces random sequences threads ui ui.gadgets ui.gestures
        math.ranges
-
        colors
        colors.gray
-
        vars
-
        multi-methods
        multi-method-syntax
-
        processing.shapes
-
-       frame-buffer
-
-       ;
+       frame-buffer ;
 
 ! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!