ok I got it: http://stackoverflow.com/questions/356160/which-game-scripting-language-is-better-to-use-lua-or-python
And, to summaries:
Lua uses less memory and has faster interpreter and JIT compiler. Lua C integration is cleaner.
Python has a larger standard library and a much larger ecosystem built around it.
No comments:
Post a Comment