[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: A custom type/class system with lua/luajit
- From: steve donovan <steve.j.donovan@...>
- Date: Sun, 4 Dec 2011 18:07:32 +0200
On Sat, Dec 3, 2011 at 2:18 PM, Richard Hundt <richardhundt@gmail.com> wrote:
> The tests show examples of the language:
>
> https://github.com/richardhundt/lupa/blob/method-accessors/test/class.ku
That reads very well!
LuaMacro (another Lpeg-based translator) can implement a C-skinned
version of Lua
https://github.com/stevedonovan/LuaMacro/blob/master/tests/test-cskin.lua
(although in this case I was mostly seeing how far I could push the
macro system.)
steve d.