Re: [Bug-apl] Shared library survives session

2014-11-12 Thread Juergen Sauermann
Hi Blake, as I mentioned earlier, the designer of a native function can decide if she wants the corresponding shared library to be unloaded or not. I would claim that the designer of a library is in a better position to decide whether her library

Re: [Bug-apl] Shared library survives session

2014-11-12 Thread Blake McBride
Dear Juergen, What I have done is change my code to have my ⎕LX function ⎕EX 'FILE_IO'. This way my later code can see that FILE_IO doesn't exist through ⎕NC, and it can instantiate it when needed utilizing parameters I choose at runtime. This works for me. Blake On Wed, Nov 12, 2014 at 5:19 A

[Bug-apl] Command line WS load

2014-11-12 Thread Blake McBride
Greetings, It would be nice if GNU APL had a command line argument to specify a workspace to autoload on startup (rather than CONTINUE). Here is the use case: I create an application in GNU APL. I want the user (who doesn't know programming) to simply click on something that starts the app. If