I'd like to use Lua for this, but if there was a better language for this out there, I'm open to ideas
So what I want to be able to accomplish is something along the lines of this: all data/logic is done in script and rendering/physics/etc is done via an API interfacing between those components and the respective parts of the engine. How would this be done? I've never worked with scripting languages before.
Thanks in advance






