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 like the one below. What is needed instead is something like the following procedure: 1. Load the workspace into interpreter A (say, APL2000) 2. export the workspace with command )OUT 3. start interpreter B (say, GNU APL) and import the workspace with command )IN 4. )SAVE or )DUMP the workspace to produce a file that can be directly loaded by interpreter B. Even that sometimes fails due to differences in the files handled by )IN and )OUT commands of different interpreters, but that could possibly be fixed. /// Jürgen On 10/21/2015 11:25 PM, Michael Potter
wrote:
|
- [Bug-apl] Conversion from APL2000 to Gnu APL Michael Potter
- Re: [Bug-apl] Conversion from APL2000 to Gnu APL Juergen Sauermann
- Re: [Bug-apl] Conversion from APL2000 to Gnu AP... Michael Potter
- Re: [Bug-apl] Conversion from APL2000 to Gn... Juergen Sauermann
- Re: [Bug-apl] Conversion from APL2000 to Gn... Kacper Gutowski