[taos-glug] Re: has anybody tried Exercise 1.9?
- From: Jonathan Bartlett <johnnyb@xxxxxxxxxx>
- To: taos-glug@xxxxxxxxxxxxx
- Date: Wed, 16 Jul 2003 06:54:07 -0700 (PDT)
> And iterative or recursive? Do they mean syntatically recursive or "truly"
> recursive?
I think it's asking whether or not it will build up stack frames.
> Or, maybe the best answer is a counter-question: What difference does it
> make? The programs are, after all, rather artificial.
The difference is "can you tell the difference between an iterative
recursive call and a truly recursive call?" When writing programs this
can make the difference between having large or small memory requirements,
and whether or not it can run embedded, etc.
Jon
- Follow-Ups:
- [taos-glug] stack frames
- From: Philip Ansteth
- References:
- [taos-glug] has anybody tried Exercise 1.9?
- From: Philip Ansteth
Other related posts:
- » [taos-glug] has anybody tried Exercise 1.9?
- » [taos-glug] Re: has anybody tried Exercise 1.9?
- [taos-glug] stack frames
- From: Philip Ansteth
- [taos-glug] has anybody tried Exercise 1.9?
- From: Philip Ansteth