seqlua

changeset 39:40de0fd016c4

Changed word order in one sentence in README
author jbe
date Mon Aug 25 03:11:22 2014 +0200 (2014-08-25)
parents acc53a77fdc9
children 21230b38d858
files README
line diff
     1.1 --- a/README	Mon Aug 25 03:04:32 2014 +0200
     1.2 +++ b/README	Mon Aug 25 03:11:22 2014 +0200
     1.3 @@ -117,9 +117,9 @@
     1.4  This extension, however, doesn't respect the ``__len`` metamethod due to the
     1.5  following reasons:
     1.6  
     1.7 -* An efficient implementation seems to be impossible, where
     1.8 -  ``for i, v in ipairs(tbl) do ... end`` does neither create a closure
     1.9 -  nor repeatedly evaluate ``#tbl``.
    1.10 +* An efficient implementation where ``for i, v in ipairs(tbl) do ... end`` does
    1.11 +  neither create a closure nor repeatedly evaluate ``#tbl`` seems to be
    1.12 +  impossible.
    1.13  * Respecting ``__len`` could be used to implement sparse arrays, but this would
    1.14    require iterating functions to expect ``nil`` as a potential value. This may
    1.15    lead to problems because ``nil`` is usually also used to indicate the absence

Impressum / About Us