Maybe overkill, but interpreted language-based applications are often
distributed these days via linux containers.
Docker is the one I'm most familiar with. You can ship an opaque binary
blob which bundles the interpreter and your script files, and expose only
the ports and interfaces needed by the app.

On Sat, Aug 6, 2022 at 3:00 AM Richard Donovan <rsdono...@hotmail.com>
wrote:

> How very useful! Thank you, Bill, I wasn’t aware of that feature
> ________________________________
> From: Programming <programming-boun...@forums.jsoftware.com> on behalf of
> bill lam <bbill....@gmail.com>
> Sent: Saturday, August 6, 2022 12:03:43 AM
> To: programm...@jsoftware.com <programm...@jsoftware.com>
> Subject: Re: [Jprogramming] Export system
>
> You may use locked scripts, usually effective but not if users are
> determined enough to hack your codes.
>
> https://www.jsoftware.com/docs/help803/user/locked_scripts.htm
>
>
> On Sat, 6 Aug 2022 at 6:03 AM Richard Donovan <rsdono...@hotmail.com>
> wrote:
>
> > Hi
> >
> > I have written a system in J that I believe would be of interest to
> > commercial companies.
> >
> > If I wanted to achieve this, how could I export the object code to an
> > interested party without having to send the J source code and reveal my
> > methods?
> >
> > Thanks in advance
> > ----------------------------------------------------------------------
> > For information about J forums see http://www.jsoftware.com/forums.htm
> >
> ----------------------------------------------------------------------
> For information about J forums see http://www.jsoftware.com/forums.htm
> ----------------------------------------------------------------------
> For information about J forums see http://www.jsoftware.com/forums.htm
>
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to