On Fri, Jan 9, 2009 at 8:27 AM, Steven Taylor <[email protected]> wrote:
> That works quite well... now I'll try to use the idea as verb in a cut or a
> scan.  I'd like to have state.
> I've looked at ;: for quite a few weeks, but it doesn't seem to handle more
> than an array of rank 1 input as input.
>
> Also, I'd like to do a few FSMs in parallel + handle interaction between
> them, and do some calculations.  Am I asking too much for one line?

I do not understand what you are looking for.

However, to me, "in parallel" means "independent".  If they interact, they
are not really in parallel because later parts of the sequence of states
in one depends on earlier parts of the sequence of states in the
other.

But another issue is the number of states you are dealing with.
;: works rather well with a small number of states, but if you need
a lot of states (thousands, maybe?), there might be better approaches.
Meanwhile some concepts that sound like what you might be describing
can be handled by forming states which are the cartesian product
of the module's states.

And... there are other issues...

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

Reply via email to