lua-users home
lua-l archive

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


Julian Squires wrote:
> Isn't binfmt a Linux-only thing? I might be wrong here, but
> I feel the #! system is really the more portable way of
> doing it (although the binfmt approach would be good for
> interim measures on a Linux system where someone didn't
> want to modify the lua interpreter).

Don't all OS's have to deal with the issue of identifying binary files so
the correct viewer or interpreter can be called?