[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Two types of Lua programmer, or two types of Lua code?
- From: Dirk Laurie <dirk.laurie@...>
- Date: Thu, 25 Feb 2016 10:18:30 +0200
I have the perception that >90% of the rocks available on the primary
repository provide modules and <10% provide applications, and the
suspicion that 10% is a very generous estimate.
Yet I find it hard to believe that 90% of the time of a typical Lua
programmer is spent in developing tools and 10% in developing
applications.
I can think of several possible explanations.
1. Many of those modules are really stripped-down applications.
Just wrap them with I/O or a GUI, and presto!
2. Most of what we really do is confidential and can't be shared.
3. We are prepared to polish and document our tools but the
effort is just too much for the application.
4. We just don't think anybody else would be interested in the
application.
5. The whole way that LuaRocks is structured encourages the
module approach to the point that nothing else really fits.
- Follow-Ups:
- Re: Two types of Lua programmer, or two types of Lua code?, Daurnimator
- Re: Two types of Lua programmer, or two types of Lua code?, Geoff Leyland
- Re: Two types of Lua programmer, or two types of Lua code?, Viacheslav Usov
- Re: Two types of Lua programmer, or two types of Lua code?, Jerome Vuarand
- Re: Two types of Lua programmer, or two types of Lua code?, Pierre Chapuis
- Re: Two types of Lua programmer, or two types of Lua code?, Hisham
- Re: Two types of Lua programmer, or two types of Lua code?, Oliver Kroth