On Thu, Oct 22, 2015 at 7:55 PM, 'Pascal Jasmin' via Programming <[email protected]> wrote: > the simple workaround is write it to a file, load, then erase the file.
That is what Eric Iverson suggested also: > On Thu, Oct 22, 2015 at 4:42 PM, Eric Iverson <[email protected]> > wrote: >> I suggest reading the file when you have access and then using a temp >> file later on when you need to load it. This is an adequate workaround >> to what has always been a kludgey area. But that won't work in some cases (like, for example, a chrooted user which does not have write access to a file system, or when disk is full). Whether coding for those cases makes sense is, of course, another issue. But - if it does - it's easy enough to code a "run encrypted script" verb. Then again, for some people, simply coding in J in the first place might be adequate encryption. There's not a lot of people who are comfortable reading J (especially if you're coding tacitly and use f. ...) and most of them probably have better things to do with their time? Thanks, -- Raul ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
