'`a b c'=: +`-`* a/1 2 3 6 'A B C'=: +`-`* A/1 2 3 |domain error
-- Raul On Thu, Nov 24, 2011 at 8:11 AM, Brian Schott <[email protected]>wrote: > Raul (and David et al) , > > I assume you are referring to the list which defines m in graphSearch > as in this line as well as others such as universe. Right? > > '`display isEmpty choose isGoal transition'=. m > > I think I understand your point and do not dispute it. But I wonder if > and why the tie (`) is used in the quotes there? Could the tie be > omitted without any effect? > > > On Wed, Nov 23, 2011 at 1:01 PM, Raul Miller <[email protected]> > wrote: > > Personally, I think I prefer using globals over using local functions > (the > > way graphSearch does). > > > > (And, if you want to parameterize that, it's easy enough to use a locale > to > > override whatever you need.) > > > > It's easier for me to create and run ad-hoc tests when references exist > > "globally". > > > > -- > > Raul > > > > On Tue, Nov 22, 2011 at 8:49 AM, David Ward Lambert > > <[email protected]>wrote: > > > >> http://www.jsoftware.com/jwiki/MidTermAstarSearch > >> > > > -- > (B=) > ---------------------------------------------------------------------- > For information about J forums see http://www.jsoftware.com/forums.htm > ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
