Just mentioning in case anyone cares, that hacker also released xnomad, which adds dwm-like window management to OS X. It's a bit buggy, but it works the vast majority of the time and rarely screws up……it just ignores things more than I would like and doesn't work well with multiple spaces.
Seeing all these awesome projects makes me slightly depressed, everyone's building awesome interpreters and compilers, while I'm sitting here just working on <boring things>.
This interesting, i am especially impressed by the debugging stuff... however I contest the assertion of good performance. If you are using the Objective-C runtime then, in my world, you are dog slow. Sorry.<p>Anything that stops doing 10,000 nothings from compiling out is dirt to me... too easy to screw your performance by accident with Objective-C messaging and objects. (don't get me wrong, I enjoy their enormous power, I'd just like to only pay for it if I actually need something that dynamic - which is almost never)