This is a message directed mostly at EF-H, but if anyone out there in jess
land has a workaround, let me know.

In implementing some KQML processing routines in jess I have decided that a
lot of things would be a lot easier if I could do one of the following: make a
list within a list, or make a deftemplate within a deftemplate.  For example
if I could have a 

(deftemplate (slot foo))

where somehow foo is anothe deftemplate with its own slots and multislots. 
Or, if I could make a fact (list) of the form (a b (c d) e) without needing to
make it a deftemplate.  Making a multifield with (assert (create$ a b (create$
c d) e)) will "flatten" the list so the actual fact is (a b c d e) instead.

Thanks for the help.

Eric Eslinger
[EMAIL PROTECTED]

PS, if anyone out there has worked with KQML messaging in JESS and has any
pointers, let me know.  I find correct implementation of the ask-all
performative to be particularly problematic (not to mention the basic tell
performative).  Thanks again.
---------------------------------------------------------------------
To unsubscribe, send the words 'unsubscribe jess-users [EMAIL PROTECTED]'
in the BODY of a message to [EMAIL PROTECTED], NOT to the
list. List problems? Notify [EMAIL PROTECTED]
---------------------------------------------------------------------

Reply via email to