I have been writing code, but that will have to wait. I just needed to post something since it's been a while.
In Java, Math.abs can return a negative number (!). I heard about it from here.
Python 2.6 is in beta. In Python, last fall Guido talked about the GIL. Now I am interested to see a "multiprocessing" module which "supports the spawning of processes using a similar API of the threading module". This is pretty cool - it will allow programs to take advantage of multiple processors, while maintaining the GIL.
My sophomore year is complete. I am currently working for Avid in Tewksbury, MA, as a Software Engineer Intern in the Media Engine Infrastructure team. It's going well so far as I dig deeper and deeper into C++.
A Python 3k hack from here.
At least on the Python 3k I'm using , __signature__ isn't available yet, so this doesn't work yet. Annotations can be useful though.
Next post: Exploring Consonance