lua-users home
lua-l archive

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


Am 16.01.2021 um 01:20 schrieb Phil Leblanc:
A nice point of view about Lua
https://andregarzia.com/2021/01/lua-a-misunderstood-language.html


From my point of view, Lua's main advantage is its scalability:
As a beginner i wrote simple scripts. Then i wanted to create simple
apps and oop. I started with 33log and middleclass and finaly did my own
oop thing.
I wrote number crunching command line apps. Lpeg was and is the ultimate
and unbeaten swiss army knive.
And if i need a simple UI, i use iup.

Shure, i can use other languages. But why?.