lua-users home
lua-l archive

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


Hi,
Heh, I wanted to post this today myself but expected somebody gonna come up with it eventually.
Yes, the "most dreaded" part I noticed and was as well surprised.
I am a newcomer from Python/Java world but would like Lua to be my main language. Would have never thought somebody could consider it bad. I agree that it could be the newcomers who learnt about 1 indexing, 0 is true and silent nil stuff and their world was shattered.

ps: Well at least Lua is in the wanted list :D



On Fri, Mar 24, 2017 at 8:51 PM, Egor Skriptunoff <egor.skriptunoff@gmail.com> wrote:
Hi!

According to Stack Overflow Developer Survey 2017,
https://stackoverflow.com/insights/survey/2017/?utm_source=so-owned&utm_medium=blog&utm_campaign=dev-survey-2017&utm_content=blog-link#technology-most-loved-dreaded-and-wanted-languages
Lua is ranked 9-th in "Most dreaded Languages" list:
2/3 of developers who are currently using Lua express no interest in continuing to use it.

That's quite unexpected.
Probably, most of SO survey respondents are Lua newcomers.
What may be the reasons for their "moon fear"?

Maybe, deceptive simplicity (hidden complexity) of the language?

-- Egor