Re: [Axiom-developer] debugging information

2005-10-20 Thread David MENTRE
Hi Bill, 2005/10/20, Page, Bill <[EMAIL PROTECTED]>: > For example of pamphlets with source code see: > > http://wiki.axiom-developer.org/axiom--test--1/src/algebra > > Please let me know what you think of this approach. It would be nice and very useful (think Google indexing) to have the content

RE: [Axiom-developer] debugging information

2005-10-20 Thread C Y
--- "Page, Bill" <[EMAIL PROTECTED]> wrote: > On Wednesday, October 19, 2005 10:28 PM C Y wrote: > > > > One comment - the algebra volume could wind up containing a really > > really large amount of data. Perhaps after 5, 6, and 7 have been > > tackled we should look at breaking down the algebra

RE: [Axiom-developer] debugging information

2005-10-20 Thread Martin Rubey
Dear Bill, I'd just like to say THANK YOU for your great job on MathAction! Martin Page, Bill writes: > You can access the volumes on-line here: > > http://wiki.axiom-developer.org/book--main--1 > ___ Axiom-developer mailing list Axiom-devel

RE: [Axiom-developer] debugging information

2005-10-20 Thread Page, Bill
Tim, On Wednesday, October 19, 2005 8:24 PM you wrote: > ... > There is much work to be done and I have no time estimate. > Documentation is vital and good documentation takes much > longer than anyone expects. Understood. "takes longer that anyone wants to admit", too I think. > I'm looking

RE: [Axiom-developer] debugging information

2005-10-19 Thread Page, Bill
On Wednesday, October 19, 2005 10:28 PM C Y wrote: > > One comment - the algebra volume could wind up containing a really > really large amount of data. Perhaps after 5, 6, and 7 have been > tackled we should look at breaking down the algebra into more > manageable chunks? I agree completely. A

Re: [Axiom-developer] debugging information

2005-10-19 Thread C Y
--- root <[EMAIL PROTECTED]> wrote: > > Gee, that reminds me of our plans long ago to publish > > hardcopies of these volumes on www.lulu.com . Heh, funny I was just looking at lulu.com myself. > There are 4 volumes in book--main--1: > Vol 1: Tutorial > Vol 2: Programming > Vol 3: Refer

Re: [Axiom-developer] debugging information

2005-10-19 Thread root
> Gee, that reminds me of our plans long ago to publish > hardcopies of these volumes on www.lulu.com . I haven't > looked at these volumes lately. What would be your estimate > of how much work remains before we could submit something? > Do you think getting these published should have a higher/ >

RE: [Axiom-developer] debugging information

2005-10-19 Thread Page, Bill
Hi Tim! On Wednesday, October 19, 2005 6:32 PM you wrote: > > I'm in the debugsys image chasing a few things and came > across this interesting variable. In an axiom image type: > > )lisp (setq |$reportInstantiations| t) > I believe that flag is controlled by the Axiom command: )set message

[Axiom-developer] debugging information

2005-10-19 Thread root
I'm in the debugsys image chasing a few things and came across this interesting variable. In an axiom image type: )lisp (setq |$reportInstantiations| t) and then type an expression such as -> 1 # instantiated/# dropped/domain name 1 0 PositiveInteger 1 0 OutputForm 1 0 NonNegativeInteger 1