Re: [NTG-context] Lua programming conventions..

2010-09-30 Thread Patrick Gundlach
Hi, besides that what Luigi wrote, I'd recommend the Lua users wiki. Don't take everything there as perfect or the official way, as it is just a users wiki, like our wiki. http://lua-users.org/wiki/ Patrick ___

Re: [NTG-context] Lua programming conventions..

2010-09-30 Thread Procházka Lukáš Ing . - Pontex s . r . o .
On Thu, 30 Sep 2010 10:47:42 +0200, Patrick Gundlach patr...@gundla.ch wrote: Hi, besides that what Luigi wrote, I'd recommend the Lua users wiki. Don't take everything there as perfect or the official way, as it is just a users wiki, like our wiki. http://lua-users.org/wiki/ Hello, I'd

Re: [NTG-context] Lua programming conventions..

2010-09-30 Thread Jaroslav Hajtmar
Thanx Lukas Thanks for the comprehensive answer - I needed to know. Codes for own use probably does not make sense to solve, but I started to write a separate public ConTeXt module with many Lua code, so I want to meet Lua code conventions. I also have my habits, but I want to code written as

[NTG-context] Lua programming conventions..

2010-09-29 Thread Jaroslav Hajtmar
Hello, all.. Where can I read something about Lua programming conventions? I mean programming conventions labeling local and global variables, table fields, Lua variables in modules, variables in namespaces etc. etc... When names are written in capital letters, sign reserved for system

Re: [NTG-context] Lua programming conventions..

2010-09-29 Thread luigi scarso
On Wed, Sep 29, 2010 at 8:30 PM, Jaroslav Hajtmar hajt...@gyza.cz wrote: Hello, all.. Where can I read something about Lua programming conventions? I mean programming conventions labeling local and global variables, table fields, Lua variables in modules, variables in namespaces etc. etc...