blog
old-invention-blog
tech
PyLucene and Java to Python Doc hacking
Have been playing around with PyLucene which is a native-compiled Python version of Lucene, a Java text indexing and searching package. It's an impressive engineering feat - basically compile Lucene to native objects using GCJ and then use SWIG to produce Python bindings - given how simply it