Commit | Line | Data |
---|---|---|
1aaa6ba3 NR |
1 | <!DOCTYPE html> |
2 | <html> | |
3 | <head> | |
4 | <meta http-equiv='content-type' content='text/html; charset=utf-8'> | |
5 | <meta name='viewport' content='width=device-width, initial-scale=1.0'> | |
6 | <style type='text/css'> | |
7 | body { margin: 1em 15%; } | |
8 | </style> | |
9 | </head> | |
10 | <body> | |
11 | <div class='story-header'> | |
c715ea02 | 12 | <h2><a href='0000764001.html'>[$] An introduction to the Julia language, part 2</a></h2> |
1aaa6ba3 NR |
13 | <div class='details'>([Development] Sep 4, 2018 15:57 UTC (Tue) (jake))</div> |
14 | <br/> | |
15 | <div class='content' style='text-align: justify'> | |
16 | Part 1 of this series introduced the 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. | |
17 | </div> | |
18 | <hr/> | |
19 | </div> | |
20 | </body> |