Hi David,

I make a fns that copies fns and vars and my data from 'regular linux' files 
(not created by )DUMP - only real difference is no #! first line) using FILE_IO

fp ← 'r' FILE_IO[24] 'cat workspaces/',fn
and then parsed the a←5000 FILE_IO[8] fp

so far i can import fns and vars and my data - the apl chars had to be parsed
so far i can export my data (i don't need to export fns or vars - but i see the 
need sometime)

I haven't installed the fix in the svn found by Kacper in the FILE_IO so my 
code is for my svn 220 only

enztec
 



On Sun, 27 Apr 2014 09:15:46 -0700
"David B. Lamkins" <dlamk...@gmail.com> wrote:

> I'm far enough along in developing a package manager (a lot of the
> scaffolding is already written) that I'm ready for the next step. I need
> a way to copy APL dump-format files into the current workspace under
> control of an APL program. 
> 
> It seems that the natural approach would be a quad-COPY system function,
> which would do the same thing as the )copy command.
> 
> If I've overlooked some existing way to do the same thing, please
> advise.
> 
> 

Reply via email to