|
|
|
|
|
by aspaceman
2210 days ago
|
|
Lua is very easy to parse fast in a way python isn’t. It makes it adaptable to embedding, JIT and other optimizations. The cost is a less elegant syntax. I understand a lot of folks hate working with Lua, but it fits a certain niche. |
|