Sorry: that was supposed to be:
USING: kernel sequences.extras fry ;
: filter-index' ( ... seq quot: ( ... elt i -- ... ? ) -- ... seq' )
'[ [ nip @ ] filter-index ] call ; inline
On Mon, Apr 15, 2013 at 12:35 PM, Loryn Jenkins <lor...@gmail.com> wrote:
> Thank you. Anyway: You get my point about wrapping filter-index such that
> you can get a word that throws away the element?
>
> USING: kernel sequences.extras fry ;
> : filter-index'
> '[ [ nip @ ] filter-index ] call ; inline
>
>
> On Mon, Apr 15, 2013 at 12:24 PM, mr w <wzr...@gmail.com> wrote:
>
>> On Sun, Apr 14, 2013 at 9:43 PM, Loryn Jenkins <lor...@gmail.com> wrote:
>> > I'm not sure about filter-index - I don't see any documentation about
>> that
>> > word.
>>
>> http://docs.factorcode.org/content/word-filter-index,sequences.extras.html
>>
>>
>> ------------------------------------------------------------------------------
>> Precog is a next-generation analytics platform capable of advanced
>> analytics on semi-structured data. The platform includes APIs for building
>> apps and a phenomenal toolset for data science. Developers can use
>> our toolset for easy data analysis & visualization. Get a free account!
>> http://www2.precog.com/precogplatform/slashdotnewsletter
>> _______________________________________________
>> Factor-talk mailing list
>> Factor-talk@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/factor-talk
>>
>
>
------------------------------------------------------------------------------
Precog is a next-generation analytics platform capable of advanced
analytics on semi-structured data. The platform includes APIs for building
apps and a phenomenal toolset for data science. Developers can use
our toolset for easy data analysis & visualization. Get a free account!
http://www2.precog.com/precogplatform/slashdotnewsletter
_______________________________________________
Factor-talk mailing list
Factor-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/factor-talk