On 11/03/2011 12:31 PM, Dave McGuire wrote:
On 11/03/2011 07:16 AM, Philip Pemberton wrote:
There's development code to do this with the
DiscFerret. I've been
holding off on releasing it because I wanted to do a "universal" (script
based) version... at this point I'm tempted to abandon that and go with
the C/C++ "recompile to add a new format" version.
Sounds like a perfect application for loadable modules.
-Dave
Lua would be perfect for this as it's designed to be a plugin language,
and it's very portable and easy to learn/modify.
With the JIT versions, it's about as fast as C/C++.