<div dir="ltr">It would be great if a solution could be found.  I will put my code up on github soon.<div><br></div><div>Thanks.</div><div><br></div><div>Blake</div><div><br></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Aug 25, 2015 at 12:01 PM, Mark Evenson <span dir="ltr"><<a href="mailto:evenson@panix.com" target="_blank">evenson@panix.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
<br>
On 2015/8/25 18:48, Blake McBride wrote:<br>
<br>
[…]<br>
<span class="">> The problem I ran into was the fact that Java can have several methods with<br>
> the same name but different arguments.  So, the Java method being called<br>
> depended on the types and number of arguments too (not just the class of<br>
> the instance and the method name).  I never solved this, although I think<br>
> it could be.  I just ran out of time and steam, as well as other<br>
> non-technical reasons.<br>
><br>
> The reason I bring this all up now is because I am unclear about what<br>
> problems Ralph is trying to solve.  I thought what I have done may be of<br>
> use.<br>
<br>
</span>[…]<br>
<br>
Any chance of showing your code?<br>
<br>
Given a method name and arguments, [JSS already has code that figures<br>
out what method to call][1], so I'm not quite sure what you are missing.<br>
<br>
[1]: <a href="http://abcl.org/trac/browser/trunk/abcl/contrib/jss/invoke.lisp#L166" rel="noreferrer" target="_blank">http://abcl.org/trac/browser/trunk/abcl/contrib/jss/invoke.lisp#L166</a><br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
"A screaming comes across the sky.  It has happened before, but there<br>
is nothing to compare to it now."<br>
<br>
</font></span></blockquote></div><br></div></div>