On 4/25/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > There are no underlying Lisp functions save those described in the > manual; Jess is not built on top of a full Lisp implementation. Now, > it's actually easy to add functions written in Java to Jess, so to > some extent, you may be able to add what you need. But the biggest > limitation, probably a show-stopper for you, is that Jess, by design, > doesn't support nested lists. Any attempt to build a list with another > list as an element will result in just one big flat list.
Hi Ernest, When you said "by design" did you originally have in mind that doing so was redundant because one could more easily create nested data structures with readily available Java objects -- an ArrayList of ArrayLists for example -- or was there another reason? Did it make the pattern matching too difficult? Just curious! ;-) Cheers, Jason ----------------------------------------------------- Morris Technical Solutions LLC www.morristechnicalsolutions.com [EMAIL PROTECTED] phone/fax: 503.692.1088 -------------------------------------------------------------------- To unsubscribe, send the words 'unsubscribe jess-users [EMAIL PROTECTED]' in the BODY of a message to [EMAIL PROTECTED], NOT to the list (use your own address!) List problems? Notify [EMAIL PROTECTED] --------------------------------------------------------------------
