From: Eduardo Cavazos Date: Tue, 16 Dec 2008 00:43:50 +0000 (-0600) Subject: bubble-chamber: minor tidying X-Git-Tag: 0.94~2228^2~6 X-Git-Url: https://gitweb.factorcode.org/gitweb.cgi?p=factor.git;a=commitdiff_plain;h=0884a3f16266befc4fd8f9ba19c0a16dd36b7b70 bubble-chamber: minor tidying --- diff --git a/extra/bubble-chamber/bubble-chamber.factor b/extra/bubble-chamber/bubble-chamber.factor index b70c65c037..086faf4f23 100644 --- a/extra/bubble-chamber/bubble-chamber.factor +++ b/extra/bubble-chamber/bubble-chamber.factor @@ -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 ; ! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!