lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


On Fri, Mar 4, 2011 at 6:36 AM, Jayanth Acharya <jayachar88@gmail.com> wrote:
> ruby-toolbox.com seems very interesting as a concept.[...]
> my main desire for 'batteries' is not so much for it's load-and-fire
> use, but rather the convenience of not having to look/try/compare
> modules/packages especially where there are more than one performing a
> task and be able to bank on someone more experienced (and possibly
> smarter) than me, to have done that for me, s.t. i could get
> productive sooner.
>
> for instance, i am not sure what to go with, when it comes to --
>  OOP with Lua
>  base64 encoding
>  Concurrancy
>  HTTP client library

Those things are covered by the LuaForge2 and Lua Cookbook efforts
(which don't really exist yet).  They are also covered by the wiki
(which exists today):

  http://lua-users.org/wiki/ObjectOrientedProgramming
  http://lua-users.org/wiki/BaseSixtyFour
  http://lua-users.org/wiki/MultiTasking
  http://lua-users.org/wiki/LibrariesAndBindings under "Networking
Generic / Low-level"

except that the wiki content could be improved.  Improving it requires
people who will study the various alternatives in detail and to write
about them, kind-of like these:

  http://kotisivu.dnainternet.net/askok/bin/lanes/comparison.html
  http://gamesfromwithin.com/the-quest-for-the-perfect-build-system-part-2

One thing about ruby-toolbox.com (or LuaForge2) is that there is some
emphasis on automatic metrics like # downloads or # github watchers
over prose (as on the wiki).