lua-users home
lua-l archive

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


hi, Luiz,

It’s hard to define a set of real-life problems with proper size. I’d prefer a book focused on advanced language features/paradigms with some semi-real-life examples. 

“Practical Common Lisp” is a good example. While “Beautiful Racket” (http://beautifulracket.com) does not balance well (though the example is well sized, but the tools/libs it relies on are kind of too complex to fit in my head). 

/hz

在 2017年5月6日,上午6:34,Luiz Henrique de Figueiredo <lhf@tecgraf.puc-rio.br> 写道:

One thing that may be quite useful for the whole Lua community is a
cookbook with idiomatic Lua recipes for common tasks.

This has been discussed here before. See for instance this thread and
other threads around the same time:
http://lua-users.org/lists/lua-l/2011-01/msg00325.html

That message points to
https://github.com/lua-cookbook/
which seems to be abandoned...

Perhaps this project was too ambitious and it'd better to settle for
pure Lua solutionsto real-life problems. These solutions may need to use
external libraries and it'd be a good opportunity for collecting a list
of useful libraries.