Re: [Bug-apl] Conversion from APL2000 to Gnu APL

2015-10-22 Thread Kacper Gutowski
On Thu, Oct 22, 2015 at 3:29 PM, Michael Potter wrote: > APL2000 does not appear to have an )OUT command. > > We get: > "INCORRECT COMMAND" in response to: > )OUT > )OUT SOMEFILE > )OUT C:SOMEFILE I think in APL2000 it should be ]OUT starting with square bracket. At least that's what comp.lang.ap

Re: [Bug-apl] Conversion from APL2000 to Gnu APL

2015-10-22 Thread Juergen Sauermann
Hi Michael, yes. GNU APL supports scripts, which are basically (UTF-8 encoded) text files containing executable APL code. If you are lucky then your interpreter supports 2 ⎕TF xxx (which converts an APL function or variable xxx into executable

Re: [Bug-apl] Conversion from APL2000 to Gnu APL

2015-10-22 Thread Michael Potter
APL2000 does not appear to have an )OUT command. We get: "INCORRECT COMMAND" in response to: )OUT )OUT SOMEFILE )OUT C:SOMEFILE There are about 100 modules in this workspace, so I would rather not cut and paste them between interpreters. Any other ideas? On Thu, Oct 22, 2015 at 8:33 AM, Juergen

Re: [Bug-apl] Conversion from APL2000 to Gnu APL

2015-10-22 Thread Juergen Sauermann
Hi Michael, in principle it is possible to exchange workspaces between different APL interpreters. However,  the workspace files produced by one interpreters cannot be loaded by another interpreter directly, and trying to do so leads to errors