[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Adding several methamethods could be helpful
- From: Axel Kittenberger <axkibe@...>
- Date: Mon, 28 Mar 2011 10:42:03 +0200
What would be nice would be some easy to grasp metaluaish abilities in
normal Lua so you can create "Custom Domain Languages" more easily
without patching the core*. Want a new operator? (Some code that does
that), cant live without "continue", some metacode that add thats
behavior etc.
* I know with functions without brackets etc. you can go some way to
make something feel CDL, but that grammars are quite limited.