Hacker News new | ask | show | jobs
by bawolff 9 hours ago
+= and ..= are things i find i'm constantly missing in lua.

Personally im a fan of introducing ternaranary operator in lua. Everyone uses `x and y or z` as a ternanary which i find way more confusing than ?:

1 comments

Lua pursues "simplicity, purity, and simplicity." So... too much syntactic sugar is unlikely