[taos-glug] Re: has anybody tried Exercise 1.9?

> 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


Other related posts: