Ask HN: Why don't people use Lua more often?
1–9 of 9 posts
Re: Ask HN: Why don't people use Lua more often?
#2Cons: There aren't that great of CLI tools or REPL's available (mainly to keep the system small). It's standard library is lacking in some parts (by intention to keep it small) compared to other scripting languages. Embedded tech isn't as sexy as frontend tech like javascript/etc. It doesn't come bundled by default with our OS's, unlike perl/python/ruby. The development team is somewhat closed, being a university project from the start.
TL;DR: Lua tries to stay small, and as a result it isn't as much of a multi-tool like other scripting languages.
Re: Ask HN: Why don't people use Lua more often?
#3Re: Ask HN: Why don't people use Lua more often?
#4Re: Ask HN: Why don't people use Lua more often?
#5Number 1 reason: The standard library is tiny, so you need to pull in a lot of 3rd party modules (or write stuff yourself) for things that are just "batteries included" in Python or Ruby.
Re: Ask HN: Why don't people use Lua more often?
#6Its getting more use, judging from comments before 37 signals are using it embedded in Nginx, Redis has it embedded, people are discovering it.
Re: Ask HN: Why don't people use Lua more often?
#72) lua has no primary app domain/killer app. games to web to embedded to.. ?
3) lua is happy being itself. dosent try to "be the solution", its just a tool.
Re: Ask HN: Why don't people use Lua more often?
#81) lua is not owned/marketed/pimped by any company 2) lua has no primary app domain/killer app. games to web to embedded to.. ? 3) lua is happy being itself. dosent try to "be the solution", its just a tool.
As far as marketing goes, I've never seen a company really stick its neck out and brag abput Lisp, but Lisp is somehow still used even today.
lastly, if you think that language designers seriously design languages with the attitude that their language will outdo every other language, I'll begin to question not only your intelligence, but also your credibility and sobriety.
Re: Ask HN: Why don't people use Lua more often?
#9You'd think Adobe would put more resources into promoting the language.