why not just define a word : sum-of-primes ( m n -- x ) primes-between sum ; foldable
Slava On Sun, Dec 28, 2008 at 5:59 AM, Samuel Tardieu <[email protected]> wrote: > I find it frustrating that "foldable" cannot be used when the word you > want to apply it to returns a mutable sequence, even if I understand > why. > > What could we do to allow compile-time evaluation of words returning > sequences for example? It would be nice to have words such as > > : sum-of-small-primes ( -- n ) 2 10 primes-between sum ; > > compute their content as compile time. > > Sam > -- > Samuel Tardieu -- [email protected] -- http://www.rfc1149.net/ > > > ------------------------------------------------------------------------------ > _______________________________________________ > Factor-talk mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/factor-talk > ------------------------------------------------------------------------------ _______________________________________________ Factor-talk mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/factor-talk
