Skip to content
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

WIP draft of functions concept #820

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

colinleach
Copy link
Contributor

Getting a bit closer to the heart of Julia with this one. Covers mainly topics around function arguments.

There will be separate Concepts for:

  • Function composition (probably fairly soon)
  • Multiple dispatch
  • Higher-order functions (less urgent?)

@colinleach
Copy link
Contributor Author

colinleach commented Oct 23, 2024

FYI, the other Concepts on my high-priority list are:

  • Strings
  • Types
  • Comprehensions
  • Errors
  • (maybe also Iterators?)

If I can get those drafted over the next week or two, the intention is I'll then refocus into adding exercises and polishing the concept docs, ready to try and get things merged.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant