[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: lua on Plan 9
- From: "Hisham Muhammad" <hisham.hm@...>
- Date: Wed, 19 Jul 2006 10:12:30 -0300
On 7/19/06, Javier Guerra <javier@guerrag.com> wrote:
On Wednesday 19 July 2006 2:52 am, Robert Hibberdine wrote:
> Building file servers in Lua seems like a good idea to me...
i've also played with the idea of a FUSE library for Lua, the main drawback
is
that it's Linux-specific
At the risk of being off-topic: FUSE has been ported to FreeBSD (same
codebase for the userspace part is used in both systems); there were
talks on the FUSE list about porting it to Mac OS X as well but I
don't know how far that went. Libfuse looks very much like a *nix
thing though, so if you're going for greater portability, the Xavante
approach is probably a better bet.
-- Hisham