axiom-developer archive search

Search String: Display: Description: Sort:

Results:

References: [ aldor: 2190 ]

Total 2190 documents matching your query.

381. Re: [Axiom-developer] Aldor and Lisp (score: 35)
Author: HIDDEN
Date: Tue, 18 Oct 2005 20:20:59 +0100
Generators let you say '[f(x) for x in someCollection()]' in types other than the pre-defined axiom ones. The type Generator represents a possibly unbounded sequence of values (like Stream, but with
/archive/html/axiom-developer/2005-10/msg00198.html (9,556 bytes)

382. Re: [Axiom-developer] Aldor and Lisp (score: 35)
Author: HIDDEN
Date: 18 Oct 2005 20:25:29 +0200
[...] Is there a hope that it will ever be? If not, what are the odds of creating a freely available compiler that accepts Aldor programs? -- Gaby
/archive/html/axiom-developer/2005-10/msg00197.html (7,070 bytes)

383. Re: [Axiom-developer] Aldor and Lisp (score: 35)
Author: HIDDEN
Date: 18 Oct 2005 10:40:15 -0400
Greetings! Thank you so much for this. If you have time, it would be msot helpful to give a brief example showing how each of these enhancements works. Nice idea. Heard good things about Zebu, but no
/archive/html/axiom-developer/2005-10/msg00192.html (9,170 bytes)

384. Re: [Axiom-developer] Aldor and Lisp (score: 35)
Author: HIDDEN
Date: Mon, 17 Oct 2005 19:52:37 +0100
If there's a rewrite of Spad using a little more of aldor, then I'd also be interested in helping occasionaly (unless a really freely available Aldor comes along). I guess you've missed generators, e
/archive/html/axiom-developer/2005-10/msg00183.html (7,623 bytes)

385. RE: [Axiom-developer] help with Aldor categories, graphs and finite graphs. (score: 35)
Author: HIDDEN
Date: Thu, 15 Sep 2005 04:08:42 -0400
Good work! Since daase calls pathname-name all over the place could it be related to this email exchange between Tim Daly and Camm Maquire? [Gcl-devel] pathname-name behavior change http://lists.gnu.
/archive/html/axiom-developer/2005-09/msg00160.html (8,517 bytes)

386. Re: [Axiom-developer] help with Aldor categories, graphs and finite graphs. (score: 35)
Author: HIDDEN
Date: Thu, 15 Sep 2005 08:01:57 +0100
Found it - aldor is being picky about the case of file names; it (effectively) requires that aldor file names should be all lower case. I'm not precisely sure what is doing the downcasing; I suspect
/archive/html/axiom-developer/2005-09/msg00159.html (8,231 bytes)

387. [Axiom-developer] help with Aldor categories, graphs and finite graphs. (score: 35)
Author: HIDDEN
Date: Sun, 11 Sep 2005 02:03:02 -0400
In http://www.axiom-developer.org/zope/mathaction/SandBoxCategoryOfGraphs I am trying to define the category of graphs in Aldor. When I try to use this category in the definition of the domain of Fin
/archive/html/axiom-developer/2005-09/msg00109.html (5,333 bytes)

388. [Axiom-developer] RE: optional argument to aldor environment (score: 35)
Author: HIDDEN
Date: Thu, 1 Sep 2005 14:20:37 +0200
Since you are the master of MathAction, I believe you, although I don't quite understand. Did I understand correctly: Currently you save the content of every section into a file and then you say some
/archive/html/axiom-developer/2005-09/msg00012.html (6,629 bytes)

389. Re: [Axiom-developer] Axiom/Aldor (score: 35)
Author: HIDDEN
Date: Wed, 12 Jan 2005 10:19:14 -0500
Martin, Peter, I tried to build aldor last night. I succeeded in building the compiler but not the libraries. I have a CVS checkout from May 16. I've been reading the Makefiles but they all seem to d
/archive/html/axiom-developer/2005-01/msg00182.html (5,629 bytes)

390. [Axiom-developer] Re: Axiom domains and Aldor return types (score: 35)
Author: HIDDEN
Date: Wed, 12 Jan 2005 14:30:21 +0100
Dear Bill, The above is an example. Perhaps, more convincing: Foo: with { g: (n: PositiveInteger, k: PositiveInteger) -> PrimeField(n) } == add { g(n: PositiveInteger, k: PositiveInteger ): PrimeFiel
/archive/html/axiom-developer/2005-01/msg00178.html (7,447 bytes)

391. [Axiom-developer] Axiom domains and Aldor return types (score: 35)
Author: HIDDEN
Date: Wed, 12 Jan 2005 08:08:17 -0500
Martin, I have been thinking about your example code. I don't really understand when the use of parameterized return types on functions would be useful. What information is being returned as part of
/archive/html/axiom-developer/2005-01/msg00177.html (7,422 bytes)

392. Re: [Axiom-developer] Axiom/Aldor (score: 35)
Author: HIDDEN
Date: Tue, 11 Jan 2005 20:15:58 +0000
As long as you don't use the sig. from the interpreter, you will be ok (which misses the point,, I know). As far as fixing the error, not really, I don't know the axiom interpreter that well. Finding
/archive/html/axiom-developer/2005-01/msg00164.html (6,340 bytes)

393. Re: [Axiom-developer] Axiom/Aldor (score: 35)
Author: HIDDEN
Date: Tue, 11 Jan 2005 14:30:25 +0100
Dear Peter, this is just great stuff -- nearly... I had to try it out right away, but I experienced two problems. the minor one is, that )co inside axiom still does not work: AXIOM Computer Algebra S
/archive/html/axiom-developer/2005-01/msg00155.html (10,558 bytes)

394. Re: [Axiom-developer] Re: Axiom, Aldor, Open Source (score: 35)
Author: HIDDEN
Date: 25 Mar 2004 15:59:54 -0500
Greetings! As Tim said, likely not in the sense you mean. But if axiom is built on gcl, you can compile your code, load the .o file, and )lisp (si::save-system "foo") to get a standalone foo executab
/archive/html/axiom-developer/2004-03/msg00076.html (6,506 bytes)

395. [Axiom-developer] Re: Axiom, Aldor, Open Source (score: 35)
Author: HIDDEN
Date: Sun, 21 Mar 2004 14:22:29 -0500
cvs -d:pserver:address@hidden:/projects/axiom login cvs -d:pserver:address@hidden:/projects/axiom co axiom This timed out for me, but cvs -z3 -d:ext:address@hidden:/cvsroot/axiom co axiom worked. Ald
/archive/html/axiom-developer/2004-03/msg00065.html (5,705 bytes)

396. Re: [Axiom-developer] Axiom, Aldor, Open Source (score: 35)
Author: HIDDEN
Date: 21 Mar 2004 08:32:46 -0500
Greetings! Just a note here -- this is a gcl source tarball, not an executable. If you need access to gcl independently, please check out http://www.cs.utexas.edu/users/boyer/gcl (at present) and ftp
/archive/html/axiom-developer/2004-03/msg00064.html (6,269 bytes)

397. [Axiom-developer] Axiom, Aldor, Open Source (score: 35)
Author: HIDDEN
Date: Sun, 21 Mar 2004 00:08:42 -0500
There is an Aldor project, but it is not open source. I can see that Axiom is, but the only tarball I could find was from the Debian project, and it fails on make with "gcl-2.6.1.tgz: Cannot open: No
/archive/html/axiom-developer/2004-03/msg00062.html (5,282 bytes)

398. [Axiom-developer] Aldor and Windows (score: 35)
Author: HIDDEN
Date: Mon, 9 Dec 2002 16:46:41 -0500
Stephen, Welcome back. I believe that Bill, Mike and myself are all interested in Aldor for various platforms, including Windows. If you send the emails to address@hidden you will end up copying all
/archive/html/axiom-developer/2002-12/msg00009.html (3,952 bytes)

399. [Axiom-developer] Aldor Design Doc (score: 34)
Author: HIDDEN
Date: Tue, 19 Mar 2019 11:09:01 -0400
I am working my way through my pile of Axiom historical documentation. I found one of the early Aldor design docs. https://github.com/daly/PDFS/blob/master/AldorDesign.pdf
/archive/html/axiom-developer/2019-03/msg00004.html (3,744 bytes)

400. Re: [Axiom-developer] [Axiom-math] Aldor and Axiom workshop (score: 34)
Author: HIDDEN
Date: Wed, 7 Jan 2015 04:59:02 -0800
On Tue, Jan 6, 2015 at 5:32 PM, <address@hidden> wrote: >I found this page: I was unaware this took place. Tim My recollection was that it was widely advertised to the larger AXIOM community -- all f
/archive/html/axiom-developer/2015-01/msg00006.html (5,229 bytes)


This search system is powered by Namazu