Subprograms in Julia
In this homework assignment how some design issues, related to subprograms, are addressed in Julia, a recent, high-level, high-performance programming language, are investigated. The design issues you will investigated are:
• Nested subprogram definitions • Scope of local variables • Parameter passing methods • Keyword and default parameters • Closures