-
Notifications
You must be signed in to change notification settings - Fork 7
feat: FunC cookbook page #903
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
Conversation
|
I finalized a complete pass of the page. But, the following list of algorithms are still pending, because they were not easy to understand at first reading, and require much more time for analysis: Needs to rework the example or add further code:
Understand the algorithm fully:
Puzzling and confusing algorithms that may require help:
Apart from the above, there are a lot of missing links. I need to do a second pass for filling broken and missing links after importing changes from main. Maybe I'll leave the "Puzzling and confusing algorithms" for a later PR and just concentrate on finally making this PR ready for review, because this page has been exhausting to fix. |
"How to iterate a cell tree recursively", "Casting types in tuples", "Determine if tuples are equal"
|
To fix the formatting issues:
npx remark -o --silent --silently-ignore languages/func/cookbook.mdx |
|
The issue #1094 will be addressed in a separate PR, once I gather the information. |
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.
Thanks for the updates. I flagged several items in languages/func/cookbook.mdx; please apply the inline suggestions.
|
To fix the formatting issues:
npx remark -o --silent --silently-ignore languages/func/cookbook.mdx |
Closes #298. There are 3 pending algorithm/recipes described in separate issue #1094.