-
-
Notifications
You must be signed in to change notification settings - Fork 72
High school sweetheart #830
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
As this was taken from the Crystal version, which I believe is meant as a string method concept exercise, |
Hmmm... I'm trying to remember why I put this down as a possible exercise for this concept. Gleam uses it for the pipe-operator concept, which may be relevant. Dow that have a more useful set of documents? This is the list I've been working from. |
It's quite fine for function composition, since it allows for use of the function composition operator, as well as piping and nesting. Actually, my first I think I'll change the exemplar to include varied function composition techniques.
|
My brain is pretty frazzled after the recent It's probably best if you make the |
Oops, I was a bit quick to approve this. The Content is pretty flexible, but if it helps this is the most recent one I wrote: DesignGoalThe goal of this exercise is to teach the student the basics of vectors (1-D arrays) in Julia. Learning objectives
Out of scopeThese will be covered in the
ConceptsThe Concepts this exercise unlocks are:
Prerequisites
|
I should have said: Also, I think it's best to add a |
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.
I belatedly woke up...
After much coffee, I finally noticed that introduction.md
is still empty!
02ff860
to
48f0625
Compare
I'm a bit surprised to see you closed this. Wasn't it quite close to being ready to merge? |
It closed automatically when I was trying to sync the branch with the head... I've opened another here (#836) |
This is the concept exercise
high-school-sweetheart
to accompany the conceptfunction compsition
(#821). This has been taken from the crystal version with minor modifications made for the Julia language. Also the word 'ASCII' has been replaced by 'unicode', since this is more accurate.The
introduction.md
has been left blank, to be filled in once theabout.md
is made for the concept.