Re: Flow chart?



>>>>> "CY" == C Y <smustudent1@yahoo.com> writes:

    CY> Essentially it's useful only in very introductory situations, since the
    CY> core developers already generally know where to look for things, but it
    CY> would be useful from a "how does Maxima do what it does" standpoint.  I
    CY> guess the easiest way to explain what I want is to try and create it.

To be honest, I use CMUCL's DESCRIBE function a lot to figure out
where, say diff is defined.  Then I also use (lisp) trace a lot to
watch what's happening.  And lots of debugging print statements
everywhere.  :-(

Ray