problems getting the clips iOS download to start the interpreter
CLIPS crashes when global variable modified
Bypass allowed-values in RHS of Rule
This is caused by the difference between dynamic and static constraint checking. Dynamic constraint checking is off by default. Static constraint checking occurs when constructs or commands are parsed. Dynamic constraint checking occurs when a program is executing. Because you can override the put- handlers for a class, assigning literal values to instances does not trigger static constraint checking because the init or put- handlers for a class could change the value assigned to an instance during...
This is caused by the difference between dynamic and static constraint checking. Dynamic constraint checking is off by default. Static constraint checking occurs when constructs or commands are parsed. Dynamic constraint checking occurs when a program is executing. Because you can override the put- handlers for a class, assigning literal values to instances does not trigger static constraint checking because the init or put- handlers for an class could change the value assigned to an instance during...
defmodule defrule run does not initially println to stdout
FindInstance is NULL in UDF for instances with name
Fixed check into SVN repository.