LispObject lispObject = JavaObject.getInstance(javaValue, true);<br><br><div class="gmail_quote">On Sat, Jan 23, 2010 at 7:58 PM, Blake McBride <span dir="ltr"><<a href="mailto:blake@mcbride.name">blake@mcbride.name</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><span style="font-family:arial, sans-serif;font-size:13px;border-collapse:collapse">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><font color="#888888"><div>Blake McBride</div><div><br></div></font></span>
</blockquote></div><br>