Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 9/18/84; site water.UUCP Path: utzoo!watmath!watnot!water!ljdickey From: ljdickey@water.UUCP (Lee Dickey) Newsgroups: net.lang.apl Subject: Re: Converting APL workspaces Message-ID: <454@water.UUCP> Date: Tue, 15-Jul-86 06:07:18 EDT Article-I.D.: water.454 Posted: Tue Jul 15 06:07:18 1986 Date-Received: Wed, 16-Jul-86 02:06:57 EDT References: <2699@caip.RUTGERS.EDU> Organization: U of Waterloo, Ontario Lines: 22 > [we] are moving to a Pyramid (running 4.2 BSD) and plan to use DYALOG APL. Lucky you! Dyalog has the best UNIX-APL interface that I have seen. > Does anyone out there have any experience in transferring workspaces. Yes. The only recommended method is the WorkSpace Interchange Standard. I think that I have done the largest ws conversion ever, about 2200 workspaces, and could not have done it without WSIS. Some ad hoc methods can come close, but there is *nothing* that beats it. Dyalog might have a WSIS receiver, because surely they have faced this problem before. (A number of people are moving to Dyalog.) At least two progressive APL's include WSIS as a built in utility, and maybe Dyalog is one of them, I can not remember. If they do not have it yet, this is a good time to negotiate for it! It is not hard to write a WSIS sender. If you also have to write your own receiver, you can simplify the WSIS conventions because you know exactly what the atomic vector is on each machine. There are a couple of places to look for WSIS documentation. If I remember correctly, it is the Dec 79 issue of APL Quote Quad that has WSIS0. Appendix B of the Draft International Standard has WSIS1.