|
On Mar 14, 2014, at 11:33 AM, Dirk Laurie <dirk.laurie@gmail.com> wrote:
a mixture of C and Lua is where perfection lies
+1+100 lolI always explain it to my guys as “C is the muscle, Lua is the brain”. We try to keep compute intensive code in C and decision-making logic in Lua. The trick of course is keeping the interface between the two as clean as possible.—Tim