Re: Lua distros again
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Lua distros again
- From: steve donovan <steve.j.donovan@...>
- Date: 2018年1月29日 13:40:02 +0200
On Mon, Jan 29, 2018 at 1:04 PM, Sean Conner <sean@conman.org> wrote:
> There is, however, large overlap between luafilesystem, luaposix and
> luasocket. luaposix contains a socket implementation in addition to file
> system calls. luasocket and luafilesystem are less ... POSIXy than
> luaposix and pretty much just cover the basics in their respective areas (I
> think luaposix has more filesystem calls than luafilesystem and more socket
> related calls than luasocket).
This is the well-known curse of portability ;)