You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: