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 JSR-223 bindings by the end of the week. I svn uped, and wanted know if this release has any of the work the at you guys did?
<br> <br>If not, let me know, and i'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> <<a href="mailto:anto.cuni@gmail.com">
anto.cuni@gmail.com</a>> 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>>> The last time I checked what java's Hasttable offers and I saw you<br>>> can't pass to it custom hashing and equality functions, but maybe<br>>> there is a simple way to do it that I don't know.
<br>><br>> No, there isn't, but it shouldn't be too hard to cook up some kind of<br>> Hashtable substitute that uses small wrapper classes to handle that. I<br>> think that'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>