On Mon, Mar 1, 2010 at 1:23 PM, Samuel Tardieu <[email protected]> wrote:
>
>
> 2010/3/1 Terrence Brannon <[email protected]>
>>
>> ! I get an out of memory error with the document below when I call it
>> with "she hit her hard" spell
>>
>> : spell ( string -- seq ) " " split spell ;
>
> Looks like a plain old infinite recursion to me. Didn't you mean "(spell)"
> instead?


lol, yes, how embarrassing :)

: spell ( string -- seq ) " " split (spell) ;

------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Factor-talk mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/factor-talk

Reply via email to