lua-users home
lua-l archive

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


Iâm new to LUA but I have good programming experince..

1) I couldnât believe when I saw LUA arrays indexed from â1â; thatâs for kids not for programmers.

LUA is developed in C, thereâs a lot of effort going on integrating LUA with C/C++ then why this?

 

2) Why you guys do not use {} instead of the wordy BEGIN END sequences???

No matter that modern IDEâs auto-completion save us the extra work punching more characters, The real problem is when we have to read LUA code instead; The bloated text makes harder to understand the code lay-out

 

3) Why thereâs not a switch statement?

 

Best

Pat