|
From: | Juergen Sauermann |
Subject: | Re: [Bug-apl] Conversion from APL2000 to Gnu APL |
Date: | Thu, 22 Oct 2015 14:33:21 +0200 |
User-agent: | Mozilla/5.0 (X11; Linux i686; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 |
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:
|
[Prev in Thread] | Current Thread | [Next in Thread] |