You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
questionA question needs to be answered before progress can be made on this issuestarterA beginner-friendly issue that is a good starting point for a new person
Should we assume Elixir is unlikely to be someone's first attempt beyond a simple understanding of the basics?
I'm wondering how much we need to add small notes to clarify things like for example what an enumerable is here:
Lists are enumerable, the Enum module provides lots of useful functions.
Or:
What an anonymous function is
The Elixir / syntax for named functions
What a macro is
The text was updated successfully, but these errors were encountered:
iteles
added
question
A question needs to be answered before progress can be made on this issue
starter
A beginner-friendly issue that is a good starting point for a new person
labels
Feb 5, 2017
If it's of any help, I am familiar with anonymous functions but not macros or the The Elixir / syntax for named functions. I'm going to be going through the tutorial so I'll let you know if extra explanation could help!
Hello! I am assuming you ladies have seen this, but if not, perhaps you can benchmark the exposition relative to this exposition, with its neat decomposition of beginner and advanced features: elixirschool. Can either benchmark the exposition against it, or use it as a reference for the very basics.
questionA question needs to be answered before progress can be made on this issuestarterA beginner-friendly issue that is a good starting point for a new person
Should we assume Elixir is unlikely to be someone's first attempt beyond a simple understanding of the basics?
I'm wondering how much we need to add small notes to clarify things like for example what an enumerable is here:
Or:
anonymous function
is/
syntax for named functionsmacro
isThe text was updated successfully, but these errors were encountered: