Hacker News new | ask | show | jobs
by moe 5258 days ago
Why isn't Lua more widely used?

I think the major, overwhelming reason is because it has no standard library, much less a package-ecosystem such as RubyGems or Python eggs.

2 comments

You do know about LuaRocks, right? It's not as robust or vibrant as the Ruby or Python equivalent, but it certainly does exist.

http://luarocks.org/repositories/rocks/

Ah, I did in fact not know about it, thanks for the pointer!

Maybe there's still hope! ;-)

This could definitely stand to be better. I only learned about LuaRocks by googling around when make failed to build LuaSocket and the README was useless. By then I had been using Lua for about 3 years.
The part about the package ecosystem is not true. Check out luarocks [1]. It's not as well developed but it's certainly there.

1: http://luarocks.org/