-
Notifications
You must be signed in to change notification settings - Fork 5
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
feat: add Chapter 7 #25
Conversation
![debugger](/pics/debugger.webp) | ||
|
||
## Loops | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Have we introduced for-else loop and functional loop yet?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We used functional loop in Chapter 4, but we haven't introduced them yet.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe I need to update the example to avoid introducing the loops too early.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah, I think we should remove the usage of functional loop there. I also notice that we need to introduce function matrix in Chapter 5 just after pattern matching.
Also check with the original script to see if anything is missing |
I have added some content that was in the Chinese lecture scripts but is missing in the current English version, but have not introduced any new content yet. |
No description provided.