Re: [Axiom-commit] [Axiom-developer] Re: SF.net SVN: axiom: [266]branches/build-improvements/src

2006-11-17 Thread Gabriel Dos Reis
"Bill Page" <[EMAIL PROTECTED]> writes: [...] | > First, we should not build twice. Second, if we must build | > twice, then we must test the second version -- the one that | > is installed. | | Building Axiom twice is normal practice in order to obtain | optimized function calls in gcl. Ahem,

Re: [Axiom-commit] [Axiom-developer] Re: SF.net SVN: axiom: [266]branches/build-improvements/src

2006-11-17 Thread Gabriel Dos Reis
"Bill Page" <[EMAIL PROTECTED]> writes: | On November 17, 2006 9:58 PM Gaby wrote: | > ... | > | | > | What components in particular were not built? | > | > | > graph, sman, hyper and input. | > | | These all built for me with no visible problems. Yes. See the message I just sent. | > | Wha

Re: [Axiom-commit] [Axiom-developer] Re: SF.net SVN: axiom: [266]branches/build-improvements/src

2006-11-17 Thread Gabriel Dos Reis
Gabriel Dos Reis <[EMAIL PROTECTED]> writes: | "Bill Page" <[EMAIL PROTECTED]> writes: | | | On November 17, 2006 8:26 PM Gabriel Dos Reis | | > | | > [EMAIL PROTECTED] writes: | | > | | > | Revision: 266 | | > | http://svn.sourceforge.net/axiom/?rev=266&view=rev | | > | Author: whe

Re: [Axiom-developer] Re: [Axiom-commit] SF.net SVN: axiom: [266]branches/build-improvements/src

2006-11-17 Thread Gabriel Dos Reis
"Bill Page" <[EMAIL PROTECTED]> writes: | On November 17, 2006 8:26 PM Gabriel Dos Reis | > | > [EMAIL PROTECTED] writes: | > | > | Revision: 266 | > | http://svn.sourceforge.net/axiom/?rev=266&view=rev | > | Author: whebisch | > | Date: 2006-11-15 12:29:45 -0800 (Wed, 15 Nov 200

[Axiom-developer] Re: [Axiom-commit] SF.net SVN: axiom: [266] branches/build-improvements/src

2006-11-17 Thread Gabriel Dos Reis
[EMAIL PROTECTED] writes: | Revision: 266 | http://svn.sourceforge.net/axiom/?rev=266&view=rev | Author: whebisch | Date: 2006-11-15 12:29:45 -0800 (Wed, 15 Nov 2006) | | Log Message: | --- | Make preloading of databases effective | | Modified Paths: | -- |

Re: [Axiom-developer] Axiom download

2006-11-17 Thread Gabriel Dos Reis
root <[EMAIL PROTECTED]> writes: | Gentlemen, | | Having just returned from a business trip and being overtired | I made a mistake and copied the wrong directory for upload. | Please delete that copy and I'll upload a corrected version shortly. Done. :-) And I can wait for tomorrow, when the jet

Re: [Axiom-developer] Re: SPAD and Aldor again

2006-11-17 Thread Gabriel Dos Reis
C Y <[EMAIL PROTECTED]> writes: | Gabriel Dos Reis wrote: | > C Y <[EMAIL PROTECTED]> writes: | > | > | Indeed. The Aldor documentation is not free at all, and any attempt to | > | define Aldor in a literate style would have to duplicate Aldor without | > | duplicating too closely its documentati

[Axiom-developer] Axiom download

2006-11-17 Thread root
Gentlemen, Having just returned from a business trip and being overtired I made a mistake and copied the wrong directory for upload. Please delete that copy and I'll upload a corrected version shortly. Tim ___ Axiom-developer mailing list Axiom-develo

Re: [Axiom-developer] Re: SPAD and Aldor again

2006-11-17 Thread C Y
Gabriel Dos Reis wrote: > C Y <[EMAIL PROTECTED]> writes: > > | Indeed. The Aldor documentation is not free at all, and any attempt to > | define Aldor in a literate style would have to duplicate Aldor without > | duplicating too closely its documentation - that's a real problem. > > I cannot par

Re: [Axiom-developer] PATCH : retrieval of Stream from a KAF file

2006-11-17 Thread Vanuxem Gregory
Le vendredi 17 novembre 2006 à 22:29 +0100, Vanuxem Gregory a écrit : > Le vendredi 17 novembre 2006 à 21:50 +0100, Waldek Hebisch a écrit : > > > Hello, > > > > > > Here is a small patch that fixes the incorrect retrieval of some Streams > > > from a KAF file. It replaces 'EQ' by 'EQUAL' for comp

Re: [Axiom-developer] PATCH : retrieval of Stream from a KAF file

2006-11-17 Thread Vanuxem Gregory
Le vendredi 17 novembre 2006 à 21:50 +0100, Waldek Hebisch a écrit : > > Hello, > > > > Here is a small patch that fixes the incorrect retrieval of some Streams > > from a KAF file. It replaces 'EQ' by 'EQUAL' for comparisons of strings. > > There are some other unmodified uses of EQ in this file.

RE: [Axiom-developer] Re: SPAD and Aldor again

2006-11-17 Thread Vanuxem Gregory
I forgot, Le vendredi 17 novembre 2006 à 21:46 +0100, Vanuxem Gregory a écrit : [...] > (4) -> ((1/4)=(1/4)::ANY)@Boolean > >(4) false But (8) -> (3=(3::ANY))@Boolean (8) true Greg ___ Axiom-developer mailing list Axiom-developer@nong

Re: [Axiom-developer] ht.awk

2006-11-17 Thread Gabriel Dos Reis
root <[EMAIL PROTECTED]> writes: | > | > I asked the same question some days ago (forget the typos) | > | > http://lists.gnu.org/archive/html/axiom-developer/2006-11/msg00436.html | > | > No other response so I'm assuming it is no longer available. | > | | > | Sorry, I've been away on business an

Re: [Axiom-developer] Re: SPAD and Aldor again

2006-11-17 Thread Gabriel Dos Reis
Martin Rubey <[EMAIL PROTECTED]> writes: [...] | > Recursive algebraic types is a redundancy :-) | | But I didn't say "algebraic"! I want it for any functions F, G: The point I'm trying to make -- I suspect it must be too indirect -- is that if we have algebraic types, recursive types (whether

Re: [Axiom-developer] PATCH : retrieval of Stream from a KAF file

2006-11-17 Thread Waldek Hebisch
> Hello, > > Here is a small patch that fixes the incorrect retrieval of some Streams > from a KAF file. It replaces 'EQ' by 'EQUAL' for comparisons of strings. > There are some other unmodified uses of EQ in this file. They need > further investigations and in particular I need to look at what I

RE: [Axiom-developer] Re: SPAD and Aldor again

2006-11-17 Thread Vanuxem Gregory
Le vendredi 17 novembre 2006 à 13:15 -0500, Bill Page a écrit : > On November 17, 2006 1:03 PM Vanuxem Gregory > > > > Le vendredi 17 novembre 2006 à 17:17 +0100, Martin Rubey a écrit : > > > > [...] > > > > > I want to get rid of > > > that stupid ANY workaround in the series domains. > > > >

Re: [Axiom-developer] ht.awk

2006-11-17 Thread Waldek Hebisch
root wrote: > > http://daly.axiom-developer.org/Axiom.NAG.tgz > I have fetched the file. Thanks. -- Waldek Hebisch [EMAIL PROTECTED] ___ Axiom-developer mailing list Axiom-developer@nongnu.org http://lists.nongnu.org/

Re: [Axiom-developer] Re: SPAD and Aldor again

2006-11-17 Thread Martin Rubey
Peter Broadbery <[EMAIL PROTECTED]> writes: > On Fri, 2006-11-17 at 11:36 +0100, Martin Rubey wrote: > > Peter Broadbery <[EMAIL PROTECTED]> writes: > > > > > On Fri, 2006-11-17 at 08:43 +0100, Martin Rubey wrote: > > > > > > And, as you know, in my opinion the first step in making this happen i

Re: [Axiom-developer] Re: SPAD and Aldor again

2006-11-17 Thread Peter Broadbery
On Fri, 2006-11-17 at 11:36 +0100, Martin Rubey wrote: > Peter Broadbery <[EMAIL PROTECTED]> writes: > > > On Fri, 2006-11-17 at 08:43 +0100, Martin Rubey wrote: > > > > And, as you know, in my opinion the first step in making this happen is to > > > make the Axiom interpreter (!) understand Aldo

Re: [Axiom-developer] ht.awk

2006-11-17 Thread root
> | > I asked the same question some days ago (forget the typos) > | > http://lists.gnu.org/archive/html/axiom-developer/2006-11/msg00436.html > | > No other response so I'm assuming it is no longer available. > | > | Sorry, I've been away on business and unable to reach the net. > | > | There ar

Re: [Axiom-developer] Re: SPAD and Aldor again

2006-11-17 Thread Martin Rubey
"Bill Page" <[EMAIL PROTECTED]> writes: > On November 17, 2006 1:03 PM Vanuxem Gregory > > > > Le vendredi 17 novembre 2006 à 17:17 +0100, Martin Rubey a écrit : > > > > [...] > > > > > I want to get rid of > > > that stupid ANY workaround in the series domains. > > > > Get rid of ANY almost e

Re: [Axiom-developer] Re: SPAD and Aldor again

2006-11-17 Thread Martin Rubey
Gabriel Dos Reis <[EMAIL PROTECTED]> writes: > Martin Rubey <[EMAIL PROTECTED]> writes: > > | Gabriel Dos Reis <[EMAIL PROTECTED]> writes: > | > | > | What are "algebraic types"? > | > > | > Ralf and you have been doing it in your project, I think. Basically, > | > an algebraic type is any dat

RE: [Axiom-developer] Re: SPAD and Aldor again

2006-11-17 Thread Bill Page
On November 17, 2006 1:03 PM Vanuxem Gregory > > Le vendredi 17 novembre 2006 à 17:17 +0100, Martin Rubey a écrit : > > [...] > > > I want to get rid of > > that stupid ANY workaround in the series domains. > > Get rid of ANY almost everywhere. > Why get rid of ANY? What is wrong with this id

RE: [Axiom-developer] Re: SPAD and Aldor again

2006-11-17 Thread Bill Page
On November 17, 2006 1:03 PM Ralf Hemmecke wrote: > > On 11/17/2006 06:17 PM, Bill Page wrote: > ... > > I would love to see some documentation of this work. My > > impression is that it was largely done in a "closed" non- > > open source manner. Was there a reason for that? Is there a > > licens

Re: [Axiom-developer] Re: SPAD and Aldor again

2006-11-17 Thread Vanuxem Gregory
Le vendredi 17 novembre 2006 à 17:17 +0100, Martin Rubey a écrit : [...] > I want to get rid of > that stupid ANY workaround in the series domains. Get rid of ANY almost everywhere. Greg ___ Axiom-developer mailing list Axiom-developer@nongnu.org h

Re: [Axiom-developer] Re: SPAD and Aldor again

2006-11-17 Thread Ralf Hemmecke
On 11/17/2006 06:17 PM, Bill Page wrote: On November 17, 2006 11:56 AM Martin Rubey wrote: Just have a look at the WishList for some others. Oh, I think we should drop Mupad-combinat from the wishlist. That's done. :-) I would love to see some documentation of this work. My impression is th

Re: [Axiom-developer] map instead of map! in src/doc/book.pamphlet

2006-11-17 Thread Ralf Hemmecke
On 11/16/2006 11:47 PM, Vanuxem Grégory wrote: Le jeudi 16 novembre 2006 à 23:04 +0100, Ralf Hemmecke a écrit : On 11/16/2006 10:38 PM, Vanuxem Grégory wrote: Hello, A small typo in the Axiom book: --- /home/greg/TDevel/cvs/axiom/src/doc/book.pamphlet +++ src/doc/book.pamphlet @@ -48550,7 +

Re: [Axiom-developer] Re: SPAD and Aldor again

2006-11-17 Thread Gabriel Dos Reis
Martin Rubey <[EMAIL PROTECTED]> writes: | Gabriel Dos Reis <[EMAIL PROTECTED]> writes: | | > | What are "algebraic types"? | > | > Ralf and you have been doing it in your project, I think. Basically, | > an algebraic type is any data type on can construct with sum and | > products. Examples,

RE: [Axiom-developer] Re: SPAD and Aldor again

2006-11-17 Thread Bill Page
On November 17, 2006 11:56 AM Martin Rubey wrote: > ... > Just have a look at the WishList for some others. > > Oh, I think we should drop Mupad-combinat from the wishlist. > That's done. :-) > I would love to see some documentation of this work. My impression is that it was largely done in a

Re: [Axiom-developer] Re: SPAD and Aldor again

2006-11-17 Thread Martin Rubey
Gabriel Dos Reis <[EMAIL PROTECTED]> writes: > | I did quite a bit of work with Aldor now (within the species project > | together with Ralf), and I'm quite convinced of the features of this > | language. In particular, the semantics of Aldor feel very "sound" to me, > | i.e., Aldor usually does

Re: [Axiom-developer] Re: SPAD and Aldor again

2006-11-17 Thread Martin Rubey
Gabriel Dos Reis <[EMAIL PROTECTED]> writes: > | What are "algebraic types"? > > Ralf and you have been doing it in your project, I think. Basically, > an algebraic type is any data type on can construct with sum and > products. Examples, > > BinaryTree t = Nil | Node t (BinaryTree t) (Bin

Re: [Axiom-developer] Re: SPAD and Aldor again

2006-11-17 Thread Gabriel Dos Reis
Martin Rubey <[EMAIL PROTECTED]> writes: | Gabriel Dos Reis <[EMAIL PROTECTED]> writes: | | | > | I did quite a bit of work with Aldor now (within the species project | > | together with Ralf), and I'm quite convinced of the features of this | > | language. In particular, the semantics of Aldor

Re: [Axiom-developer] Re: SPAD and Aldor again

2006-11-17 Thread Martin Rubey
Ralf Hemmecke <[EMAIL PROTECTED]> writes: > You won't believe once I told my students to send files in plain ASCII. I still do this. By the way, currently, I do not have umlauts when ssh'ing from home to work. Our local support looked at it, but didn't find the reason. Very likely, it is a probl

[Axiom-developer] PATCH : retrieval of Stream from a KAF file

2006-11-17 Thread Vanuxem Gregory
Hello, Here is a small patch that fixes the incorrect retrieval of some Streams from a KAF file. It replaces 'EQ' by 'EQUAL' for comparisons of strings. There are some other unmodified uses of EQ in this file. They need further investigations and in particular I need to look at what I consider a b

Re: [Axiom-developer] Re: SPAD and Aldor again

2006-11-17 Thread Ralf Hemmecke
On 11/17/2006 05:17 PM, Martin Rubey wrote: Ralf Hemmecke <[EMAIL PROTECTED]> writes: I would very much like to be able to use any fancy character to denote the multiplication of a monoid (not just ASCII). I strongly disagree on this point. Any character OK, i.e., defining some operation to b

Re: [Axiom-developer] Re: SPAD and Aldor again

2006-11-17 Thread Martin Rubey
Dear Tim, root <[EMAIL PROTECTED]> writes: > I'm afraid that I'm more inclined to deeply document the existing compiler > before trying to tackle the problem of language modification. [...] > [...] My contribution to the Aldor effort involved making Aldor work inside > Axiom [...] In fact, I co

Re: [Axiom-developer] Re: SPAD and Aldor again

2006-11-17 Thread root
> I guess it's Peter. Laurentiu says he doesn't know about the axiom > side, but I know he knows foam. Tim, do you know about that stuff? > Gaby, Waldek, did you dig into this connection yet? I'm afraid that I'm more inclined to deeply document the existing compiler before trying to tackle the pro

Re: [Axiom-developer] ht.awk

2006-11-17 Thread Gabriel Dos Reis
root <[EMAIL PROTECTED]> writes: | > I asked the same question some days ago (forget the typos) | > http://lists.gnu.org/archive/html/axiom-developer/2006-11/msg00436.html | > No other response so I'm assuming it is no longer available. | | Sorry, I've been away on business and unable to reach th

Re: [Axiom-developer] Re: SPAD and Aldor again

2006-11-17 Thread Martin Rubey
Ralf Hemmecke <[EMAIL PROTECTED]> writes: > I would very much like to be able to use any fancy character to denote the > multiplication of a monoid (not just ASCII). I strongly disagree on this point. Any character OK, i.e., defining some operation to be infix or postfix, but please stay with ASC

Re: [Axiom-developer] Re: SPAD and Aldor again

2006-11-17 Thread Gabriel Dos Reis
Ralf Hemmecke <[EMAIL PROTECTED]> writes: | > I've looked into FOAM, yes. But, from my perspective improved SPAD | > should not be a clone of Aldor. | | Do you also consider to forget about FOAM? I guess, it is not below | SPAD anyway. I don't propose to forget it. But, it is not on _my_ list o

Re: [Axiom-developer] Re: SPAD and Aldor again

2006-11-17 Thread Gabriel Dos Reis
Martin Rubey <[EMAIL PROTECTED]> writes: | Dear Christian, Gaby, Waldek, | | Christian, I'm copying this to you since I think that you have a lot to say | with respect to features and shortcomings of Aldor. I would like to ask you to | join the discussion, time permitting. | | Gabriel Dos Reis <

Re: [Axiom-developer] ht.awk

2006-11-17 Thread root
> Tim, is there any legal reason why you did not include the htex > directory in the open source version of Axiom? Nope. The axiom conversion to open source took a couple years and I never got around to handling the hypertex portions. Along with several other tasks it is still on the todo list. t

Re: [Axiom-developer] ht.awk

2006-11-17 Thread root
> I asked the same question some days ago (forget the typos) > http://lists.gnu.org/archive/html/axiom-developer/2006-11/msg00436.html > No other response so I'm assuming it is no longer available. Sorry, I've been away on business and unable to reach the net. There are still some files from the

Re: [Axiom-developer] Re: SPAD and Aldor again

2006-11-17 Thread Ralf Hemmecke
| I think that will be an important discussion to be had as a project - | just how compatible with Aldor we want to stay. Probably. I would like to see a discussion about what is necessary to support computational mathematics in Axiom, rather than how closely SPAD should ressemble another langua

Re: [Axiom-developer] ht.awk

2006-11-17 Thread root
# Copyright The Numerical Algorithms Group Limited 1992-94. # # This is the main file for processing htex files and creating ht files # It accepts one argument or four arguments. After processing the # arguments, ARGC is reset to 2, if necessary. # # One argument case: # - argument 1 is a ugXX.ht

Re: [Axiom-developer] Re: SPAD and Aldor again

2006-11-17 Thread Ralf Hemmecke
I've looked into FOAM, yes. But, from my perspective improved SPAD should not be a clone of Aldor. Do you also consider to forget about FOAM? I guess, it is not below SPAD anyway. Ralf ___ Axiom-developer mailing list Axiom-developer@nongnu.org

Re: [Axiom-developer] Re: SPAD and Aldor again

2006-11-17 Thread Martin Rubey
Dear Christian, Gaby, Waldek, Christian, I'm copying this to you since I think that you have a lot to say with respect to features and shortcomings of Aldor. I would like to ask you to join the discussion, time permitting. Gabriel Dos Reis <[EMAIL PROTECTED]> writes: > I would like to see a disc

Re: [Axiom-developer] Re: Ping: case insensitive filesystems

2006-11-17 Thread Gabriel Dos Reis
Waldek Hebisch <[EMAIL PROTECTED]> writes: | Gabriel Dos Reis wrote: | > Explainingg why the new code is right implies one needs to understand | > what the old code is doing and why it is wrong. In that respect, it | > is just as important as the why of new code. | > | | I would say that one of

Re: [Axiom-developer] Re: SPAD and Aldor again

2006-11-17 Thread Gabriel Dos Reis
C Y <[EMAIL PROTECTED]> writes: | Waldek Hebisch wrote: | > Martin Rubey wrote: | >> C Y <[EMAIL PROTECTED]> writes: | >> | >>> I think we should make the decision as a project not to wait any longer for | >>> Aldor, and commit to improving SPAD - up until now I think there has been | >>> hesitat

Re: [Axiom-developer] Re: Ping: case insensitive filesystems

2006-11-17 Thread Waldek Hebisch
Gabriel Dos Reis wrote: > Explainingg why the new code is right implies one needs to understand > what the old code is doing and why it is wrong. In that respect, it > is just as important as the why of new code. > I would say that one of the major sins of Axiom code is that it is hard to say wh

Re: [Axiom-developer] KUDOS

2006-11-17 Thread Martin Rubey
Dear Waldek, I'd just like to send you a BIG ___ _ _ __ __ _ |__ __| | | |\ \ / / | | | | | |__ __ _ _ __ | | __ \ \_/ /__ _ _ | | | | | '_ \ / _` | '_ \| |/ / \

Re: [Axiom-developer] Re: SPAD and Aldor again

2006-11-17 Thread Gabriel Dos Reis
Waldek Hebisch <[EMAIL PROTECTED]> writes: | Martin Rubey wrote: | > C Y <[EMAIL PROTECTED]> writes: | > | > > I think we should make the decision as a project not to wait any longer for | > > Aldor, and commit to improving SPAD - up until now I think there has been | > > hesitation to commit se

[Axiom-developer] Re: SPAD and Aldor again

2006-11-17 Thread Gabriel Dos Reis
Martin Rubey <[EMAIL PROTECTED]> writes: [...] | I guess it's Peter. Laurentiu says he doesn't know about the axiom | side, but I know he knows foam. Tim, do you know about that stuff? | Gaby, Waldek, did you dig into this connection yet? I've looked into FOAM, yes. But, from my perspective i

Re: [Axiom-developer] Re: Ping: case insensitive filesystems

2006-11-17 Thread Gabriel Dos Reis
C Y <[EMAIL PROTECTED]> writes: | Gabriel Dos Reis wrote: | > C Y <[EMAIL PROTECTED]> writes: | > | > | > [...] | > | > | I have always thought that if we are making Axiom into literate | > | documents, they should read as such - if I am looking for the pamphlet | > | that describes the SPAD co

Re: [Axiom-developer] Re: SPAD and Aldor again

2006-11-17 Thread C Y
Waldek Hebisch wrote: > Martin Rubey wrote: >> C Y <[EMAIL PROTECTED]> writes: >> >>> I think we should make the decision as a project not to wait any longer for >>> Aldor, and commit to improving SPAD - up until now I think there has been >>> hesitation to commit serious effort to SPAD due to the

Re: [Axiom-developer] Re: [Axiom-mail] Re: `)read' and large inputs

2006-11-17 Thread Waldek Hebisch
Vanuxem Grégory wrote: > I encountered the same issue with the history of Axiom in a file which > is buggy (see > http://wiki.axiom-developer.org/323HandlingOfTheHistoryInAFile) > > I reported the Library file problem too on IssueTracker. > I applied the patch below to wh-sandbox -- so library a

Re: [Axiom-developer] ht.awk

2006-11-17 Thread Waldek Hebisch
Bill Page wrote: > On November 16, 2006 9:31 PM Waldek Hebisch wrote: > > I put the following in 'src/hyper/Makefile.pamphlet': > > > > In the long term, the [[.pht]] and viewports should be > > generated at either > > build time or installation time using commands like: > > \begin{verbatim} > >

Re: [Axiom-developer] Re: SPAD and Aldor again

2006-11-17 Thread Waldek Hebisch
Martin Rubey wrote: > C Y <[EMAIL PROTECTED]> writes: > > > I think we should make the decision as a project not to wait any longer for > > Aldor, and commit to improving SPAD - up until now I think there has been > > hesitation to commit serious effort to SPAD due to the possibility of Aldor > >

Re: [Axiom-developer] Re: SPAD and Aldor again

2006-11-17 Thread Martin Rubey
Peter Broadbery <[EMAIL PROTECTED]> writes: > On Fri, 2006-11-17 at 08:43 +0100, Martin Rubey wrote: > > And, as you know, in my opinion the first step in making this happen is to > > make the Axiom interpreter (!) understand Aldor generated code, i.e., > > dependent types. > > This is currently

Re: [Axiom-developer] Re: SPAD and Aldor again

2006-11-17 Thread Peter Broadbery
On Fri, 2006-11-17 at 11:24 +0100, Waldek Hebisch wrote: > Peter Broadbery wrote: > > On Fri, 2006-11-17 at 08:43 +0100, Martin Rubey wrote: > > > Peter Broadbery is currently making Aldor extend work in Axiom. That's a > > > giant > > > step, in fact! Unfortuantely, it seems that support for de

Re: [Axiom-developer] Re: SPAD and Aldor again

2006-11-17 Thread Waldek Hebisch
Peter Broadbery wrote: > On Fri, 2006-11-17 at 08:43 +0100, Martin Rubey wrote: > > Peter Broadbery is currently making Aldor extend work in Axiom. That's a > > giant > > step, in fact! Unfortuantely, it seems that support for dependent types is > > even > > more difficult. One would have to un

Re: [Axiom-developer] Re: SPAD and Aldor again

2006-11-17 Thread Peter Broadbery
On Fri, 2006-11-17 at 08:43 +0100, Martin Rubey wrote: > C Y <[EMAIL PROTECTED]> writes: > > > I think we should make the decision as a project not to wait any longer for > > Aldor, and commit to improving SPAD - up until now I think there has been > > hesitation to commit serious effort to SPAD d