Re: [Bug-apl] )COPY with APL scripts

2017-02-09 Thread Juergen Sauermann
Hi Alexey, the output of eg. ⍎"COPY XXX.apl" is a string which can be assigned or suppressed like this:   ⊣⍎"COPY XXX.apl" A ⎕COPY would be behave exactly as ⍎")COPY ..." does, so just renaming ⍎")COPY ..." to ⎕COPY

Re: [Bug-apl] )COPY with APL scripts

2017-02-08 Thread Alexey Veretennikov
Hi, If you can introduce the option to suppress output on )copy like "Dumped ..." it will reduce neccesity to use ⍎ with )copy. Personally I see )copy as similar to Java's import or Python's import, so it allows me to use functions and variables declared in another script. If it is too much for

[Bug-apl] )COPY with APL scripts

2017-02-08 Thread Juergen Sauermann
Hi, In GNU APL, copying an APL workspace (i.e. an .xml file) with the )COPY command is an atomic operation. However, )COPY of a script (i.e. an .apl file) is not atomic. The )COPY command opens the file and displays, as a result. when the