Re: JESS: Defmodule vs. defrule

2007-07-23 Thread Wolfgang Laun
Isn't a (defmodule X) just a way of setting the default namespace for templates, facts, queries and rules? This, then, means that the execution of a (defmodule X) doesn't really imply that a module has come into existence. (Or does it create an empty module X and does (focus X) achieve

Re: JESS: defqueries with bload - bug in Jess71a2

2007-07-23 Thread Ernest Friedman-Hill
Thank you for reporting this. 7.1a2 included a change in how query results are accumulated, to accommodate the new peering facility, and there's a conflict with bload. It will be fixed for the next release. On Jul 20, 2007, at 12:54 PM, Henrique Lopes Cardoso wrote: Hi, This problem

Re: JESS: Defmodule vs. defrule

2007-07-23 Thread Ernest Friedman-Hill
Exactly. And in fact, Jess doesn't even have an undeftemplate function yet, which would be a prerequisite. But undeftemplate is on the short list of things to do, and so is undefmodule. These will *probably* make the cut for 7.1. On Jul 23, 2007, at 3:28 AM, Wolfgang Laun wrote: Isn't a