I note that Jess requires that the logical construct be in the first positions of a pattern if it is used. Is this a hard constraint of the underlying mechanism? For me, I am finding that for rule optimization reasons (both in size and changeability) I would much rather have my logicals at the bottom of the rule. Are there any plans to relax this constraint?
On another matter: Fact identifiers. Facts are currently identified by integers, which give us 32 bits. In a large scale, long-running system, you can and will run out of identifiers in a 32 bit space. Would you consider changing the type to long? That way you won't run out of identifiers... RJ -------------------------------------------------------------------- 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] --------------------------------------------------------------------
