Greetings,<div><br></div><div>If I have a lisp function as follows:</div><div><br></div><div>    (defun myfun (a b)</div><div>        (+ a b))</div><div><br></div><div>I want to be able to call it from lisp or java.  In other words I don't want the lisp side to have to use jobject-lisp-value.  </div>
<div><br></div><div>Therefore, from the java side, how do I take a java object and translate into a lisp object so that when I call the execute method the lisp function doesn't need jobject-lisp-value?</div><div><br></div>
<div>Thanks.</div><div><br></div><div>Blake McBride</div><div><br></div>