[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: STL like algorithms for Lua
- From: Pan Shi Zhu <pan.shizhu@...>
- Date: Fri, 2 Apr 2010 09:16:52 +0800
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.