9 lines
175 B
Factor
9 lines
175 B
Factor
|
IN: scratchpad
|
||
|
USE: combinators
|
||
|
USE: continuations
|
||
|
USE: math
|
||
|
USE: test
|
||
|
|
||
|
! This caused the Java Factor to run out of memory
|
||
|
[ ] [ 100000 [ [ call ] callcc0 ] times ] unit-test
|