This class will be recorded! Its use is limited to members of the class. Please do not share with others.
Approximate overview
Events
I’m not sure if all of these links are correct. Let me know if any are not.
I didn’t realize that there was a makeup for the local-bindings SoLA. Can I still do it?
Yes. Get it done by tomorrow at 3pm.
Do we need to know tail recursion to do numeric recursion?
No. No need to write a helper with an extra accumulator.
Does your program intentionally skip me?
No.
Is tail recursion more efficient?
Generally yes.
We saw that list-length was much faster when written tail recursively.
At this stage of your career, writing something correct should be higher priority than writing something really fast.
What would a tail recursive LA look like?
“Rewrite this direct recursive procedure using tail recursion.”
By the end of this course, should we be writing incredibly awesome code?
It would be nice, but it’s not required.
Is the mini-project up?
It’s not supposed to be. I’m working on a less-intense version.