Chris von Csefalvay

Results 13 comments of Chris von Csefalvay

Hi, I am afraid I did not commit (in all senses of the world) the Gitbookification, so I am a little at a loss as to why this is happening....

@iplayfast I didn't write the makefile or indeed any of the gitbook stuff..... so I can't fix this, I'm afraid. Anyone is welcome to chip in ;)

`s[0,0]` means 'give me all characters from the 0th to the 0th. Julia is 1-indexed, so you're asking for a non-existent index, and that's what Julia is trying to get...

@driv The tutorial was written pre-Arraypocalypse. So you're perfectly right - you now have to `collect()` `range`s. It is my intention to fix this, along with most of the changes...

Yes! I was planning on squishing it into the topic on macros and metaprogramming, calling it 'macros, modules and metaprogramming' :dancer: just for the alliteration's sake! And also because logically...

I'd say the chapter will be rather thin on meta other than macros. Macros are becoming bigger and bigger and they're also becoming the basis of documenting functions, so e.g....

Good idea, I'll probably hammer together a Makefile sometime. I'm sorry, most of my strength goes towards developing the book _Learn Julia_ for Manning, but I do intend to keep...

Not bad! Not sure what I think of someone else's name on the cover - this is a community project and ideally I wouldn't have anyone's there. I'll be working...

Thanks! I'll add it.

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