http://cnzsdk4ndmkx44buqh6ucvqwb6jqmr5gk46pcrmtja6a2w5zwrm74wad.onion/w/lua.html
=
when they mean ~=, but after writing a lot of lua (in addition to other
languages) i can say i really don't make that mistake. when designing new
languages, don't do what lua did, but what lua did really isn't a big deal. addition and concatenation are separate operators in lua: addition is done with
`+`, concatenation with `..`. and this is another decision that at first is a
bit strange, but is honestly a very good choice, much better than overloading
`+`. to be clear,...