lua-users home
lua-l archive

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


>OK, sorry I didn't mention it in my step by step response, but the Lua
>manual is a mere 65 pages long, and so reading and re-reading the manual is
>very well doable (and you should have been able to read it once, or even
>twice in the time you have spent on writing these questions into the
mailing
>list).

>In useful information to you specifically your holiness who doesn't seem to
>have time to even read the table of contents to the manual, for your exact
>problem with comprehending how to use Lua, you can skip the sections on the
>standard libraries, AND the section on the debugging interface which brings
>the total page count down to mere 35.

>As for where the hell you can find information on interfacing Lua to your
>GAME.  Um, that would be THE MANUAL.  So RTFM and shut up.  The whole point
>of reading the manual multiple times is primarily BECAUSE THE MANUAL IS SO
>SHORT AND CONCISE.  Also, it is because YOU NEED SO LITTLE OF LUA TO
>ACCOMPLISH MOST TASKS so you will likely miss the great flexibilities of
Lua
>since for most uses you will need so little of it, so before you discount
it
>as too trivial for some later task, go back and look again.  I personally
>don't understand why your problem requires anything more than a couple of
>tables (supplied by your scripts) and registering some user functions that
>operate on those tables, but maybe I just haven't spent enough time trying
>to understand your problem.

Does the manual tell you how to use co-routines from c++, or multiple
states?  You know it doesn't matter,
I don't want to argue this, I have more important things to do.  I browsed
through the manual, and couldn't find much regarding how to set things up
from the c++ side, how to set up the threads from app, etc.  You don't have
to flame me, I was frustrated ok, everything I read was how to set them up
from lua side of things, thats all.  And yes I'm a beginner, and don't much
about lua, and how to use it, so don't flame me if you are a master at it,
because you being a master and knowing it .. helps me none.