From 0884a3f16266befc4fd8f9ba19c0a16dd36b7b70 Mon Sep 17 00:00:00 2001 From: Eduardo Cavazos Date: Mon, 15 Dec 2008 18:43:50 -0600 Subject: [PATCH] bubble-chamber: minor tidying --- extra/bubble-chamber/bubble-chamber.factor | 30 +++++----------------- 1 file changed, 7 insertions(+), 23 deletions(-) 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 ; ! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!