[$] An introduction to the Julia language, part 2

([Development] Sep 4, 2018 15:57 UTC (Tue) (jake))

[1]Part 1 of this series introduced the [2]Julia project's goals and development process, along with the language syntax, including the basics of control flow, data types, and, in more detail, how to work with arrays. In this part, user-defined functions and the central concept of multiple dispatch are described. It will also survey Julia's module and package system, cover some syntax features, show how to make plots, and briefly dip into macros and distributed computing.



[1] https://lwn.net/Articles/763626/

[2] http://julialang.org/