lua-users home
lua-l archive

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


On Fri, Oct 16, 2009 at 9:39 AM, steve donovan
<steve.j.donovan@gmail.com> wrote:
> There is an interesting language called SequenceL which has implicit mapping.
> Search = mapper (Target,{Subscript,Word}) return Word == Target and Subscript ;

Should be 'implicit _iteration_'.  This function is not of course a
map operation, as it stands; apologies for the noise.