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

Modules and packages

Open cormullion opened this issue 10 years ago • 3 comments
trafficstars

Great work so far! I think you need a chapter on modules and packages, though.

cormullion avatar Dec 30 '14 09:12 cormullion

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.

chrisvoncsefalvay avatar Dec 30 '14 09:12 chrisvoncsefalvay

Sounds like a plan. Although I would say that modules and packages are compulsory and meta programming optional?

cormullion avatar Dec 30 '14 15:12 cormullion

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 ;)

chrisvoncsefalvay avatar Dec 30 '14 15:12 chrisvoncsefalvay