Y
Hacker News
new
|
ask
|
show
|
jobs
by
TheLoafOfBread
1109 days ago
Why not just use LUA?
3 comments
Benjamin_Dobell
1109 days ago
Because of compile-time type safety / static analysis. And I say this as the author of an IDE that bolts those features onto Lua:
https://github.com/Benjamin-Dobell/IntelliJ-Luanalysis
link
dboreham
1109 days ago
Because: weird language?
link
dgellow
1109 days ago
Love Lua, but damn I hate the 1-based index so much, it is such a pain to adapt to it and a source of bug when implementing algorithms…
link
andrewstuart
1109 days ago
I know nothing about lua but I could never touch a 1 based language.
Lua - an entire language that’s an off by one error.
link
TheLoafOfBread
1109 days ago
The thing is that LUA is here for quite some time and will be here when Microsoft will ends support for this experiment and it will get slowly depreciated and forgotten.
link
paulddraper
1109 days ago
Static types
link