On Jan 14, 2010, at 4:53 AM, Slava Pestov wrote:

> The 'replicate' combinator which used to take a sequence (including an
> integer) will now take integers only. That is, this will no longer
> work:
> 
> "hello" [ 5 ] { } replicate-as . => { 5 5 5 5 5 }
> 
> Now you'll have to write something like
> 
> "hello" length [ 5 ] { } replicate-as . => { 5 5 5 5 5 }

What do you think about "times" (each with a nullary quotation) also only 
taking integers? I bet it mostly gets used on integers too.

-Joe
------------------------------------------------------------------------------
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
Factor-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/factor-talk

Reply via email to