On Tue, Aug 4, 2009 at 2:37 AM, Kip Murray<[email protected]> wrote:
> I shudder at the task of figuring out what the task is, and opt for 
> appropriate
> "sort nubs" (Fraser's verb Set) as the argument set is being created and as 
> the
> value set is being created.  Try to use operations which _preserve_ the 
> property
> of being recursively sorted and nubbed.  (_preserve_ as contrasted to 
> _impose_)

Here's an example problem which might help.

You are working in an application domain which uses both sequences and sets.
Sequences and sets may both contain other sequences and other sets.

How do you tell if two sequences are equal?  How do you tell if two
sets are equal?

(There is more than one way to implement this system, but some
approaches will be simpler than others.)

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

Reply via email to