learn-julia-the-hard-way
learn-julia-the-hard-way copied to clipboard
Modules and packages
Great work so far! I think you need a chapter on modules and packages, though.
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 they fit together as they all deal with code extensibility.
Sounds like a plan. Although I would say that modules and packages are compulsory and meta programming optional?
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. @doc would be referred to copiously in the style chapter. But good point ;)