|
|
|
|
|
by catwell
4694 days ago
|
|
> The interesting thing about the Lua community is that very few people use Lua as their primary day-in-day-out language, which leads to a distinct lack of fanboyism. I think that's in part why so few libraries exist. Yes. The fact that LuaRocks is close to its 300th library illustrates that :) I am one of the few people who use Lua as their main language, but I still turn to something else for things like Web development (Python + Flask). Maybe this will change with the OpenResty + Lapis stack [1], which is IMO the most interesting thing in Lua Web development since Mercury [2]. [1] http://leafo.net/lapis/
[2] https://github.com/nrk/mercury Lua actually has lot of libraries dedicated to interoperability with other languages in a system (protobuf, ZeroMQ, ...), which makes it usable as part of a SOA, so you can write your web frontends in something else and still have most of your backend in Lua. |
|
That said, I would still love to use it if it was even close to ready.