November 2017
Beginner
316 pages
6h 40m
English
Let's have a look at the directories and their content:
| Directory | Contents |
| base/ |
Julia's standard library |
|
contrib/ |
Miscellaneous set of scripts, configuration files |
|
deps/ |
External dependencies |
|
doc/src/manual |
Source for user manual |
| doc/src/stdlib |
Source for standard library function help text |
|
examples/ |
Example Julia programs |
| src/ |
Source for Julia's language core |
|
test/ |
Test suits |
| test/perf |
Benchmark suits |
|
ui/ |
Source for various frontends |
A brief explanation about the directories mentioned earlier:
Read now
Unlock full access