Is there a way in Jess to perform the equivalent of
the Lisp (let...) command?
Here is what I want to do. I am doing some integration work
between Jess and Prot�g� and I want to construct some expression
that then gets evaluated by the Jess engine. Part of this expression
will require the declaration of variables. However, I want these variables
to have local scope not dynamic scope.
Also, declaring a function is not too useful for the expression is build
at run-time. So, I would be looking to do the equivalent Lisp-ish thing:
Lisp> (let ((?y 0) (?z 0)) (then some stuff))
Thanks in advance!!
Buddy Kresge
Essential Logic, Inc.
59 Sycamore Street, Suite 301
Glastonbury, CT 06033
Web: www.essential-logic.com
E-Mail: [EMAIL PROTECTED]
Office: (860) 633-6872 x-229
Fax: (888) 343-9351
---------------------------------------------------------------------
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]
---------------------------------------------------------------------