Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

10.3.1 linear recursion and iteration #5

Open
nelmil opened this issue Feb 17, 2015 · 2 comments
Open

10.3.1 linear recursion and iteration #5

nelmil opened this issue Feb 17, 2015 · 2 comments

Comments

@nelmil
Copy link

nelmil commented Feb 17, 2015

Towards the end there is a sentence about Scheme and Chapter 5.

"The implementation of Scheme we shall consider in chapter 5 does not share this defect. It will execute an iterative process in constant space, even if the iterative process is described by a recursive function."

If you stick with the current chapter numbering then I believe the chapter would be 15. The part about implementation of scheme will have to be looked at again after the completion of the book since it is unknown whether there will be an implementation of scheme.

@oubiwann
Copy link
Contributor

Nice catch -- thanks!

@oubiwann
Copy link
Contributor

Ah, yes -- this is something I want to leave for now, 'cause I'm not sure what we're going to do when we implement a compiler -- we may in fact implement a tiny Scheme in LFE! (I have to say, this possibility is tantalizing ... ).

This does need an editor's note, however, otherwise it will get forgotten ...

oubiwann added a commit that referenced this issue Mar 23, 2015
This partially addresses issue #5.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants