General Question: Why Lua?
Posted: Tue Sep 25, 2018 2:30 pm
I do not know much about integrating scripting languages and hence became curious about why the Dialogue System uses Lua both in general and as supposed to say C#. A couple of specific questions:
Thanks!
- Without third-party support, C# used JIT which takes time making it unfavorable as a scripting language, right?
- What about third-party C# script execution engines like CS-Script?
- If CS-Script is a feasibly alternative, does it have any notable pros and cons in comparison to Lua?
- For example, does Lua's dynamic capabilities offer more functionality or flexibility than C#'s dynamic capabilities?
Thanks!