learn-julia-the-hard-way
learn-julia-the-hard-way copied to clipboard
Chapter 7: splat vs slurp
Thanks for the easy to read tutorial.
Chapter 7 gives an example of a 'splat':
function shout_mi(foods...)
If I compare this to the Julia FAQ 1, I'm not quite sure this is the right way round, it looks more like a slurp. Thanks again for the Tutorial.
Correct! I will amend that chapter in the next few weeks with a lot of new information to bring it up to date to 0.6.0-dev.
Thanks @1uc