lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


First of all, thank you for the fruitful discussion on ipairs. I
learned a lot about the way of doing things in Lua.

Even if my ideas probably didn't convince most of you (if there is
anyone at all that I have convinced), I still feel like it would be
good to allow for a more smooth integration of tables/sequences and
iterators/functions.

Instead of pasting more and more Lua and C code on this list, I decided
to create a small source code repository to explain my ideas.

If you are interested in taking a look at my idea of how to deal with
sequences and iterators, visit:

http://www.public-software-group.org/mercurial/seqlua/file/tip

On Tue, 19 Aug 2014 09:36:41 +0200
Dirk Laurie <dirk.laurie@gmail.com> wrote:

> Either way, if you make your extension available as a rock, the
> decision to use it will be easier to make.

It's not yet time for making rocks. These ideas are still quite
experimental. But as I said, I created a source code repository for my
ideas.

(The code should be usable already.)


Kind Regards
Jan Behrens