[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Looking for real-world internal Lua DSL examples
- From: Andrew Starks <andrew.starks@...>
- Date: Sun, 22 Sep 2013 09:12:10 -0500
On Sunday, September 22, 2013, Alexander Gladysh wrote:
Hi, list!
I'm writing an overview section for documentation of our new
open-source Lua DSL building library (to be announced). And I'm
looking for real-world examples of internal Lua DSLs.
I already used Premake and Squish, and some from our private stuff
that you might remember from my talk at Lua WS'11, but I remember
seeing more out there :-)
So, if you remember anything that can be remotely considered an
internal DSL in Lua, even ad-hoc one, please share — either as a link
or as a quote if it is something private (and you allow me to quote it
in the docs).
Thanks!
Alexander.
I'm trying to find the LuaTeX mode in which you could write... I believe it was LaTeX, but it may have been ConTeX... directly in Lua, more or less (often much less).
Does anyone have a more working knowledge of what I'm getting at here? I'll keep looking for it.