seqlua

log

age author description
2014-08-22 jbe Renamed created filter in README to "alpha_beta_x"
2014-08-22 jbe Modified filter example in README (shows effect on alphabet() too)
2014-08-22 jbe Modified examples for filter function in README
2014-08-22 jbe Curried function "filter" in README
2014-08-21 jbe Macro seqlua_iterloop doesn't automatically pop the value anymore (use seqlua_iterloopauto instead); New function string.concat(sep, seq) introduced
2014-08-21 jbe Removed seqlua_iterclosure header in seqlualib.h
2014-08-21 jbe Removed iterator(...) function; ipairs doesn't accept iterator triplets anymore
2014-08-21 jbe Added TODO to README: iterator triplet approach doesn't work
2014-08-20 jbe Undo previous commit (doesn't work more than once)
2014-08-20 jbe Modified filter example in seqlua_ipairs_example.lua: avoid closure creation in for-loop invocation
2014-08-20 jbe Added coroutine based filter(func, ...) example to new file seqlua_ipairs_example.lua
2014-08-20 jbe Precedence of __call and __index noted in README
2014-08-20 jbe Bugfix: switched raw and meta helper functions
2014-08-20 jbe Removed disabled luaL_checktype(L, 1, LUA_TFUNCTION) call in seqlua.c
2014-08-20 jbe Removed unnecessary creation of closures for callable values (through __call)

Impressum / About Us