NimBorg is a library for accessing Lua and Python libraries from within Nimrod code. It wraps the C API of these languages with macros which make the code far more readable than the low-level API, and also automatically handles the memory management interface of these languages so that objects aren't deallocated as long as they're accessible from your Nimrod code.