Re: Fredrik Hübinette Book

William Welliver <[email protected]> Wed, 20 Oct 2021 02:22:11 -0400
Newsgroups gmane.comp.lang.pike.user
Message-ID <[email protected]>
If you had more complex needs, you could also explore the zip file module/program loading feature. I think that’s present in 8.0. I could provide some more details if that’s of interest. 

Bill

Sent from my iPhone

> On Oct 20, 2021, at 1:44 AM, Chris Angelico <[email protected]> wrote:
> 
> On Wed, Oct 20, 2021 at 2:44 PM James Latham <[email protected]> wrote:
>> 
>> Dear Pike lovers:
>> Thanks for the very informative Blog that you have created.
>> I would love to join in.
>> Is there any way to create a distributable pike program?
>> Ideally it would be all in one module.
>> Jim Latham
> 
> 
> Yes, absolutely! I've often made one-file Pike programs. For instance,
> I have a git hook that I use in a number of projects, and it's all
> contained in one file (called, surprisingly enough, "githook.pike"),
> marked executable, and with an appropriate shebang.
> 
> ChrisA
>