Re: [Bug-apl] Locked functions do not stay locked after )LOAD

2014-05-17 Thread Blake McBride
Works great. Thanks! Blake On Sat, May 17, 2014 at 9:17 AM, Juergen Sauermann < juergen.sauerm...@t-online.de> wrote: > Hi Blake, > > thanks, fixed in SVN 270. > > Please note that ⎕AT is not standard and that the attributes other > than "locked" will not be supported by GNU APL. > > Note als

Re: [Bug-apl] Locked functions do not stay locked after )LOAD

2014-05-17 Thread Elias Mårtenson
Regardless of the thinking behind the GPL, I don't see the benefit of ever locking or "hiding" a function, ever. In fact, I can't think of any other programming language that has a feature like that. Regards, Elias On 17 May 2014 22:17, Juergen Sauermann wrote: > Hi Blake, > > thanks, fixed in

Re: [Bug-apl] Locked functions do not stay locked after )LOAD

2014-05-17 Thread Juergen Sauermann
Hi Blake, thanks, fixed in SVN 270. Please note that ⎕AT is not standard and that the attributes other than "locked" will not be supported by GNU APL. Note also that ⎕CR shows an empty result when a function is locked, while 10 ⎕CR and )DUMP display it even if locked. This is because I believe