> [EMAIL PROTECTED] On Behalf Of Miller, Raul D
> Nicholas Spies wrote:
> > To conceal some of the visual noise implicit in J, I (foolishly,
> > no doubt) tried to do the following:
> 
> Any sufficiently advanced communication is indistinguishable
> from noise.  (ftp://ftp.santafe.edu/pub/moore/ajp.pdf) 

http://home.planet.nl/~gkorthof/kortho44a.htm 
http://www.etoan.com/intelligent-noise.html 

> 
> 
> inc3=: ] + [EMAIL PROTECTED]@] e. [
> 
> All of these are just ways of expressing the same algorithm.
> 
> The decrement version is a straightforward transformation
> of the above -- just replace + with -
> 

indices=. 1 : '] x. [EMAIL PROTECTED]@] e. ['

inc=. + indices
dec=. - indices



----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to