>>>>> "Jeff" == Jeff Ervin
>>>>> <[EMAIL PROTECTED]> writes:

Jeff> : data { { x 4 z } { 1 x z } { z x y } } ;

Jeff> is there any way to do this in Factor?

In your particular example, you can do:

: data [ x , 4 , z , 1 , x , z , z , x , y , ] { } make 3 group ;

  Sam
-- 
Samuel Tardieu -- [EMAIL PROTECTED] -- http://www.rfc1149.net/


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Factor-talk mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/factor-talk

Reply via email to