|
|
|
|
|
by qsort
1481 days ago
|
|
I really wish Lua had taken over the Python space. It's so much better as a language. At this point, though, the Python ecosystem is so huge it's very hard for me to justify investing in Lua. It's one of those weird path-dependent things, I guess. |
|
Python made interfacing just about anything a simple job, which is why it succeeded as "glue" language and automation tool. It is a completely different area than what Lua was designed for even though they are both called a scripting language.
In an alternate timeline Lua could have been used in JavaScript's place though. The web would have benefited from Lua's simplicity and speed.