Monthly Archives: December 2003

Functions vs. Callable objects in Lua

While working on Lunatic Python, I’ve understood that Lua does specific type checking with lua_isfunction() in some places where a callable type is expected. As a side effect, these places only accept a real Lua function when the callable object … Continue reading

Posted in Lua, Project, Python | Leave a comment

Lunatic Python

Lunatic Python is a two-way bridge between Python and Lua, allowing these languages to intercommunicate. Being two-way means that it allows Lua inside Python, Python inside Lua, Lua inside Python inside Lua, Python inside Lua inside Python, and so on. … Continue reading

Posted in C/C++, Lua, Project, Python | Leave a comment

APT-RPM Article

I’ve written an article about APT-RPM to LWN, exposing features recently introduced in the software. Check it out!

Posted in Article, Project | Leave a comment