[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [Suggestion] Embed bytecode in source code
- From: Patrick Donnelly <batrick@...>
- Date: Thu, 8 Oct 2015 13:12:37 -0400
On Tue, Oct 6, 2015 at 10:14 AM, Soni L. <fakedme@gmail.com> wrote:
> As of Lua 5.3 you can add a #! line to a precompiled bytecode file and it'll
> parse and run.
>
> Seeing as how insane that is
There's nothing insane about it. Unix does not care what's in an
interpreted executable. It's up to the interpreter specified in the
shebang line to decipher it.
--
Patrick Donnelly