factor/extra/benchmark/ui-panes/ui-panes.factor

8 lines
199 B
Factor
Raw Normal View History

2010-10-23 20:15:23 -04:00
USING: io kernel math.parser sequences ui.gadgets.panes ;
IN: benchmark.ui-panes
: ui-pane-benchmark ( -- )
2010-10-23 20:15:23 -04:00
[ 10000 iota [ number>string print ] each ] make-pane drop ;
MAIN: ui-pane-benchmark