lua-users home
lua-l archive

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


On Thu, 20 May 2010 19:28:22 +0200, Michal Kottman
<k0mpjut0r@gmail.com> wrote:
>The problem is that the print() function does not output the agruments
>to browser, but like usual - to the standard output (console). You need
>to use the same function as in the example - coroutine.yield() [...]
>
>Although outputing can be done with coroutine.yield(), IMO it is much
>better to use a framework built on top of WSAPI, like the Orbit
>framework ( http://keplerproject.github.com/orbit/ ), which simplifies a
>lot of stuff. It even enables you to write pages in 'PHP' style (Orbit
>pages - http://keplerproject.github.com/orbit/pages.html ).
>

Thanks a lot for the help. I'll experiment further.