lua-users home
lua-l archive

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


On Sat, Dec 5, 2009 at 11:12 AM, spir <denis.spir@free.fr> wrote:
> (I find the latter rather clear:
>   formula (x,y,z) (x+y*z)
> )
That is a good clear syntax, which is also very easy to make into a
macro. Alas, but macros require the token filter patch, which requires
a custom build.  In theory it would be possible to load token filters
dynamically, but it would be a mess, introducing dependencies that are
not guaranteed to be part of Lua.