]> gitweb.factorcode.org Git - factor.git/commitdiff
Attribution
authorSlava Pestov <slava@slava-pestovs-macbook-pro.local>
Mon, 14 Jul 2008 05:54:30 +0000 (00:54 -0500)
committerSlava Pestov <slava@slava-pestovs-macbook-pro.local>
Mon, 14 Jul 2008 05:54:30 +0000 (00:54 -0500)
extra/benchmark/beust2/beust2.factor

index 8f794fb1c237ba7d99d4094806a5dfb5c427b6ff..833c1fa77d1784330a0228606f794b4fe97ad49b 100644 (file)
@@ -3,6 +3,8 @@
 USING: math math.ranges math.parser sequences kernel io locals ;
 IN: benchmark.beust2
 
+! http://crazybob.org/BeustSequence.java.html
+
 :: (count-numbers) ( remaining first value used max listener -- ? )
     10 first - [| i |
         [let* | digit [ i first + ]