chrisvoncsefalvay / learn-julia-the-hard-way

Learn Julia the hard way!
https://app.gitbook.com/@chrisvoncsefalvay/s/learn-julia-the-hard-way/
Other
772 stars 153 forks source link

Chapter 7: splat vs slurp #47

Open 1uc opened 7 years ago

1uc commented 7 years ago

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.

chrisvoncsefalvay commented 7 years ago

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