|
On Mar 14, 2014, at 11:33 AM, Dirk Laurie <dirk.laurie@gmail.com> wrote:
+100 lol I 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 |