Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.forth > #20379

circular clumping

From "WJ" <w_a_x_man@yahoo.com>
Newsgroups comp.lang.forth
Subject circular clumping
Date 2013-03-07 01:14 +0000
Organization A noiseless patient Spider
Message-ID <kh8pmj$ode$1@dont-email.me> (permalink)

Show all headers | View raw


In Factor:

USING: grouping ;
{ 1 2 3 4 5 } 3 circular-clump .
{ { 1 2 3 } { 2 3 4 } { 3 4 5 } { 4 5 1 } { 5 1 2 } }

Back to comp.lang.forth | Previous | Next | Find similar | Unroll thread


Thread

circular clumping "WJ" <w_a_x_man@yahoo.com> - 2013-03-07 01:14 +0000

csiph-web