[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Lua Foundation?
- From: Dirk Laurie <dirk.laurie@...>
- Date: Thu, 20 Apr 2017 21:01:59 +0200
2017-04-20 20:35 GMT+02:00 Luiz Henrique de Figueiredo <lhf@tecgraf.puc-rio.br>:
> My personal experiment of providing a precompiled Lua application for
> Mac OS X containing most of my modules received no feedback.
Maybe if you provided it for Linux, there would have been at least
one response :-)
My personal opinion is that your complex and mathx, and Roberto's
lpeg, should be distributed with Lua. Not built-in, just documented to
the standard of the Lua manual, built by the Makefile and installed
to a directory in the default package.path and package.cpath. That
would set the standard whereby other modules are to be measured.