lua-users home
lua-l archive

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


Company of Heroes documents it's embedded Lua (called SCAR) with just a list of all the functions it exposes: http://wombat.corsix.org/coh-scardoc/

On Tue, Nov 11, 2008 at 6:03 PM, Roberto Ierusalimschy <roberto@inf.puc-rio.br> wrote:
> On Tue, Nov 11, 2008 at 12:13 PM, John Dunn <John_Dunn@qscaudio.com> wrote:
>
> > Finally, I was wondering if there are any examples of how people document
> > their embedded lua environment. I know Lightroom uses lua but I'm pretty
> > sure that's for internal use only. Are there any other applications that
> > have publically available embedded lua environment?
>
> from the top of my head:
>
> - monotone
> - apt-get
> - nmap
> - Lightroom (yes, it's visible)
> - WoW

Wireshark, Snort, Ion.

-- Roberto