Re: JESS: Oh I feel like a gumby...

2004-05-27 Thread Simon Harris
I think I'll stick with option one then. Regards, Simon On Thu, 27 May 2004 06:40:13 -0700 (PDT), <[EMAIL PROTECTED]> wrote: I think Simon Harris wrote: Ok. So my next question is. Given I have say half-a-dozen different options describing some "facts" is it better to... (deftemplate foo (s

Re: JESS: Oh I feel like a gumby...

2004-05-27 Thread ejfried
I think Simon Harris wrote: > Ok. So my next question is. Given I have say half-a-dozen different > options describing some "facts" is it better to... > > (deftemplate foo (slot aBoolean) (slot anotherBoolean) ... etc.) > This is probably the best *if* the options change only rarely. >

JESS: Oh I feel like a gumby...

2004-05-27 Thread Simon Harris
Ok. So my next question is. Given I have say half-a-dozen different options describing some "facts" is it better to... (deftemplate foo (slot aBoolean) (slot anotherBoolean) ... etc.) or (deftemplate foo (multislot options)) or (deftemplate foo) (deftemplate foo-o