home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!congrunt!jbs
- From: jbs@Congruent.COM (Jeffrey Siegal)
- Newsgroups: comp.lang.scheme
- Subject: Re: How to keep track of procedures ?
- Message-ID: <JBS.92Dec11122857@sun1.Congruent.COM>
- Date: 11 Dec 92 17:28:57 GMT
- References: <1992Dec11.100624.1@fencer.cis.dsto.gov.au>
- Sender: news@Congruent.COM
- Organization: Congruent Corporation; New York, NY
- Lines: 15
- In-reply-to: st1pdw@fencer.cis.dsto.gov.au's message of 10 Dec 92 23:06:24 GMT
-
- In article <1992Dec11.100624.1@fencer.cis.dsto.gov.au> st1pdw@fencer.cis.dsto.gov.au writes:
-
- As scheme procedures are accumulated over time it's hard to keep track
- of them all so that they are readily available when you want them.
-
- I'd say you're missing the point a bit if you really want to keep
- track of all the procedures. Its like keeping track of all the
- numbers or strings.
-
- If you want to keep track of the top level procedures, that is an
- development environment issue. I haven't seen any Scheme environments
- that do a particularly good job of this (I would define what the best
- C environments do as reasonably good).
-
- Jeffrey Siegal
-