lua-users home
lua-l archive

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


Hmm, it would be much easier and cleaner to use STL algorithms in lua
than in c++.

And, perhaps it is so easy, no existing implementations to share?

On Fri, Apr 2, 2010 at 1:50 AM, King, Mike <MKing@klmicrowave.com> wrote:
> Has anyone implemented C++'s STL generic algorithms in Lua?  I've found the STL algorithms quite powerful, because they can be strung together to create complex algorithms with very little code.