top | item 12720107 (no title) jakub_h | 9 years ago > And from my experience, it's way easier to model data with three simple structures; vectors (= arrays), maps and sets.So, Lua tables? ;) discuss order hn newest bsder|9 years ago Unfortunately, Lua violates Commandment Zero:Thou shalt not index from one.:) jakub_h|9 years ago That may be fixable at compile time, I believe. In the worst case, you could write a patch. (Dijkstra would prefer a half-open indexing scheme anyway.) load replies (1)
bsder|9 years ago Unfortunately, Lua violates Commandment Zero:Thou shalt not index from one.:) jakub_h|9 years ago That may be fixable at compile time, I believe. In the worst case, you could write a patch. (Dijkstra would prefer a half-open indexing scheme anyway.) load replies (1)
jakub_h|9 years ago That may be fixable at compile time, I believe. In the worst case, you could write a patch. (Dijkstra would prefer a half-open indexing scheme anyway.) load replies (1)
bsder|9 years ago
Thou shalt not index from one.
:)
jakub_h|9 years ago