-
-
Notifications
You must be signed in to change notification settings - Fork 73
multiple-dispatch
concept
#922
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
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.
Minor suggestions and a couple typos is all. Feel free to ignore the suggestions if you don't find them necessary
I'll deal with the details you suggest, but there is a bigger issue. Since I submitted this, I've become increasingly uncomfortable about not mentioning parametric methods. I don't really understand them, and the documentation isn't great, but I think we need to say something. Your comment on the I'll try to add a section, but I probably need your help: you clearly are more familiar with this topic than I am (true of most of Julia, tbh!). |
Please can you cast a critical eye over the new section on parametric methods? It's near the bottom of the About and (slightly shortened) the Introduction. Once we're both happy(ish), the changes can be copied to |
I'm not so sure! I feel like I'm winging it most of the time, so I believe I may have managed to misrepresent my actual level of sophistication in Julia. With that out of the way... I've tried to give an example here which shows some of the behaviors we've been talking about (e.g. type inference and conversion), so let me know if you think it can be useful. It's a bit long, but I wanted to attempt to be fairly thorough, so it could be shorten if necessary. |
As a general note: From my perspective, the two versions of |
As requested (long ago)!
I'm not entirely happy with it it the moment, but I'll read it with fresh eyes tomorrow and see if I can think of improvements.
I aim to restore
old-encounters
to wip status and get that updated. I watched the https://youtu.be/kc9HwsxE1OY video again yesterday, and noted that the exercise is lifted directly from a talk we provide a link to (with solutions in Julia and C++). Not ideal, but I don't have anything better.