bug-apl
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug-apl] Why disable ⍎')load WS'?


From: Juergen Sauermann
Subject: Re: [Bug-apl] Why disable ⍎')load WS'?
Date: Sat, 15 Nov 2014 14:55:58 +0100
User-agent: Mozilla/5.0 (X11; Linux i686; rv:31.0) Gecko/20100101 Thunderbird/31.0

Hi Blake,

It was disabled because otherwise - as you have noticed - it would crash.

The reason is that )LOAD (but also )SIC and )CLEAR) clears the SI while it is  still in use for returning
the result of ⍎ and other things. There is no clean way to do this.

You might consider )COPY instead of )LOAD because )LOAD would also kill the function that executes the ⍎')LOAD ws'

/// Jürgen


On 11/14/2014 11:00 PM, Blake McBride wrote:
Greetings,

I see the last update disabled execute of )LOAD.  (I also noticed the prior version corrupted memory on it.)   IMO, getting this working would be real helpful.  Sometime I have a really large workspace.  I can split it up into several workspaces and execute a )LOAD to get to the desired functionality.  Also, with execute )LOAD I can have a startup workspace that provides a menu of applications.  When the user selects which application they want I can execute a )LOAD.

It would really be valuable to get this working.

Thanks.

Blake



reply via email to

[Prev in Thread] Current Thread [Next in Thread]