Saturday, May 03, 2008

Geany on windows

Finally, the new version of Geany (.14) can compile and run on windows. It provides a nice cross-platform development environment for C, FreeBasic, and Python (the stuff I use).

Friday, May 02, 2008

Just-In-Time compiler

The idea of jit compiler is cool and become very popular because Java's successful implementation. Here is a list of jit compiler for other languages that are particularly interesting to me:
  1. JIT for R: http://www.milbo.users.sonic.net/ra/
  2. JIT for python: http://psyco.sourceforge.net/

Counter