lua-users home
lua-l archive

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


On 8 September 2016 at 00:40, Dirk Laurie <dirk.laurie@gmail.com> wrote:
> Every time I require lfs, I ask myself: why is this stuff not in the
> os library?

Everytime I see the `os` library I ask: why did this come with lua? I
always replace it with my own variants anyway.

As the python community has slowly learned: the standard libraries are
where functions go to die. see
http://www.leancrew.com/all-this/2012/04/where-modules-go-to-die/