On Fri, Jan 15, 2010 at 6:26 AM, Joe Groff <[email protected]> wrote: > What do you think about "times" (each with a nullary quotation) also only > taking integers? I bet it mostly gets used on integers too.
This is already the case -- times is in the math vocabulary, and it knows nothing about sequences: : times ( n quot -- ) [ drop ] prepose each-integer ; inline For anyone who wants to give these changes a shot before they get merged, they're in the 'iota' branch. You'll need to 'make-image' from a Factor instance built from 'master' first. Slava ------------------------------------------------------------------------------ Throughout its 18-year history, RSA Conference consistently attracts the world's best and brightest in the field, creating opportunities for Conference attendees to learn about information security's most important issues through interactions with peers, luminaries and emerging and established companies. http://p.sf.net/sfu/rsaconf-dev2dev _______________________________________________ Factor-talk mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/factor-talk
