Paste: DWIM in Factor
Author: | slava |
Mode: | factor |
Date: | Wed, 19 Nov 2008 22:21:43 |
Plain Text |
( scratchpad ) "scroll-test" reload
Loading resource:work/scroll-test/scroll-test.factor
Restarts were invoked adding vocabularies to the search path.
To avoid doing this in the future, add the following USING:
and IN: forms at the top of the source file:
USING: accessors arrays colors kernel math math.geometry.rect
math.vectors namespaces sequences ui ui.gadgets
ui.gadgets.grids ui.gadgets.scrollers ui.gestures ui.render ;
IN: scroll-test
:warnings - print 1 semantic warnings.
( scratchpad ) do-what-i-mean? off
New Annotation