Dynamic language bindings
Andrew Cowie blogs about dynamically building Java-GNOME by messing with bytecode. These bytecode-munging libraries are fascinating in a “wow, that’s pretty cool” way. (valgrind does the same thing, but with machine code instead of bytecode – valgrind is also fun to play with.) When I looked at some of these libs, I thought ASM looked […]