[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Quest: real world "Lua array with holes" usage
- From: Dirk Laurie <dirk.laurie@...>
- Date: Fri, 29 Jul 2016 09:34:24 +0200
2016-07-29 8:20 GMT+02:00 Thomas Jericke <tjericke@indel.ch>:
> Anyway I am currently think {(1, 2, 3)} is the more intuitive array
> constructor syntax. This because (1, 2, 3) is already the syntax for an
> argument list.
> To me {(1, 2, 3)} reads like: I have this list here that you should back me
> into a table please.
The most intuitive array constructor syntax is
Array{1,2,3}
especially in a context where you also have
Deque{1,2,3}
Stack{1,2,3}
List{1,2,3}
Set{1,2,3}
- References:
- Quest: real world "Lua array with holes" usage, Rodrigo Azevedo
- Re: Quest: real world "Lua array with holes" usage, Roberto Ierusalimschy
- Re: Quest: real world "Lua array with holes" usage, Jorge
- Re: Quest: real world "Lua array with holes" usage, Hisham
- Re: Quest: real world "Lua array with holes" usage, Roberto Ierusalimschy
- Re: Quest: real world "Lua array with holes" usage, Tim Hill
- Re: Quest: real world "Lua array with holes" usage, Hisham
- Re: Quest: real world "Lua array with holes" usage, Thomas Jericke
- Re: Quest: real world "Lua array with holes" usage, Tim Hill
- Re: Quest: real world "Lua array with holes" usage, Thomas Jericke
- Re: Quest: real world "Lua array with holes" usage, Dirk Laurie
- Re: Quest: real world "Lua array with holes" usage, Thomas Jericke
- Re: Quest: real world "Lua array with holes" usage, Dirk Laurie
- Re: Quest: real world "Lua array with holes" usage, Thomas Jericke
- Re: Quest: real world "Lua array with holes" usage, Tim Hill
- Re: Quest: real world "Lua array with holes" usage, Thomas Jericke