Re: Re: `)read' and large inputs
Themos Tsikas <[email protected]>
| Newsgroups | gmane.comp.mathematics.axiom.user |
|---|---|
| Organization | NAG Ltd |
| Message-ID | <[email protected]> |
Hello The Library domain is for putting AXIOM values from different domains into one Keyed-Acess-File. It's a useful way for transmitting values from one AXIOM session to another. Your first session should have created a directory called data.KAF containing a file called index.KAF and in this file would be a Lisp-readable representation of the values you put in it. Do you get these files at the end of the first session? The second session must be started at the same working directory as the first. Is there a directory called data.KAF when you start the second session? Themos On Thursday 16 November 2006 08:55, Ludovic Courtès wrote: > Hi, > > I tried this, but what's "data.KAF"? Axiom complains (understandably): > > (1) -> lib:LIB:=library "data.KAF" > > >> Error detected within library code: > > File is not readable > "data.KAF"