learn-julia-the-hard-way icon indicating copy to clipboard operation
learn-julia-the-hard-way copied to clipboard

Chapter 7: splat vs slurp

Open 1uc opened this issue 7 years ago • 1 comments

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.

1uc avatar Mar 04 '17 11:03 1uc

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

chrisvoncsefalvay avatar Mar 06 '17 13:03 chrisvoncsefalvay