lua-users home
lua-l archive

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


Em 19-07-2013 08:44, Luiz Henrique de Figueiredo escreveu:
To ressurect an old thread:

Does the Lua web site need a page "Getting Started with Lua",
along the lines ofhttp://python.org/about/gettingstarted/  ?

I've tried again and wrote the page below
	http://www.tecgraf.puc-rio.br/~lhf/tmp/start.htm

but I'm not sure I can find the right tone or level of detail, nor whether
that page is indeed useful, or whether Google and the site map are enough:
	http://www.lua.org/map.html

I welcome suggestions, including "no, we don't need this". Thanks.
--lhf

.

I need to learn Lua quickly and I searched a book about Lua
like Accelerated C++(Koenig) or Effective C++(Meyers) but I not found
an Accelerated Lua (for gamer developers... uhuuuu!!!).

I ordered on Amazon site The Programming in Lua 3ed (Ierusalimschy) and
I'm reading the language reference 5.2 but I feel a huge lack of some more
pragmatic approach to learning.

My introduction to language 4 days ago was this nice little tutorial
"The Crash course to the Lua" (http://luatut.com/crash_course.html) and
I liked of a simple project to see some code
(​​https://github.com/pkulchenko/ZeroBraneStudio).

t+

og