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

Don't modify constant data in exercise 1.1.3 #23

Closed
leuler opened this issue Apr 3, 2015 · 1 comment
Closed

Don't modify constant data in exercise 1.1.3 #23

leuler opened this issue Apr 3, 2015 · 1 comment

Comments

@leuler
Copy link

leuler commented Apr 3, 2015

Not to teach bad habits to the reader, I'd like to suggest to build the example lists in exercise 1.1.3 using LIST instead of QUOTE. Maybe additionally use elements that are self-evaluating to avoid having to write too many quotes, so
(defvar test-list-a (list 1 2 3))
I don't know whether it's didactically better to change the way how test-list-b is constructed, too.

@thephoeron
Copy link
Owner

Thanks! that's a valid point. I have updated the exercise accordingly.

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