Hey guys, (and everyone else)<br><br>I was working on an autonomic computing project using JDK6, and in the middle decided to switch up to hacking on PyPy and seeing if I could get a semi-functioning&nbsp;JSR-223&nbsp;bindings&nbsp;by&nbsp;the&nbsp;end&nbsp;of&nbsp;the&nbsp;week.&nbsp;&nbsp;I&nbsp;svn&nbsp;uped,&nbsp;and&nbsp;wanted&nbsp;know&nbsp;if&nbsp;this&nbsp;release&nbsp;has&nbsp;any&nbsp;of&nbsp;the&nbsp;work&nbsp;the&nbsp;at&nbsp;you&nbsp;guys&nbsp;did?
<br> <br>If not, let me know, and i&#39;ll get working so we can get a JVM translated PyPy<br><br>Paul<br><br><div><span class="gmail_quote">On 4/1/07, <b class="gmail_sendername">Antonio Cuni</b> &lt;<a href="mailto:anto.cuni@gmail.com">
anto.cuni@gmail.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="margin-top: 0; margin-right: 0; margin-bottom: 0; margin-left: 0; margin-left: 0.80ex; border-left-color: #cccccc; border-left-width: 1px; border-left-style: solid; padding-left: 1ex">
Niko Matsakis wrote:<br>&gt;&gt; The last time I checked what java&#39;s Hasttable offers and I saw you<br>&gt;&gt; can&#39;t pass to it custom hashing and equality functions, but maybe<br>&gt;&gt; there is a simple way to do it that I don&#39;t know.
<br>&gt;<br>&gt; No, there isn&#39;t, but it shouldn&#39;t be too hard to cook up some kind of<br>&gt; Hashtable substitute that uses small wrapper classes to handle that.&nbsp;&nbsp;I<br>&gt; think that&#39;s what you did for C#, right?
<br><br>No, for .NET it was simpler because the standard Dictionary type also<br>accepts an optional class that implements the custom functions, so all I<br>need to do is to create a class for each unique pair of equality and
<br>hashing functions (see cli/comparer.py).<br><br>ciao Anto<br>_______________________________________________<br><a href="mailto:pypy-dev@codespeak.net">pypy-dev@codespeak.net</a><br><a href="http://codespeak.net/mailman/listinfo/pypy-dev">
http://codespeak.net/mailman/listinfo/pypy-dev</a><br></blockquote></div><br>