Archives Nov. 20, 2008
Color me impressed with Cython
Written by
on
in
Snaking.
Have just been testing the new Cython accelerator module for PyOpenGL 3.x on my workstation. As seen on the laptop, the PyOpenGL-specific stuff just sort of drops out of the hotspot-set. There's a few little spots with a percent or two showing up, but pretty much everything else is OpenGLContext scenegraph management stuff. Those tend ...
No thrill on Ruby yet
Written by
on
in
Snaking.
Just wrote my first Ruby script (I've only read about it before this). I'm not falling in love yet... can't say I'm really even finding it beautiful. All those "ends" scattered around, scoping with line-noise. I see the niceness of the block abstraction, but I haven't yet come to need them. Ah well, suppose I ...