Julia By Example
ยฉ Samuel Colvin 2014, 2015, 2018
Hosted at juliabyexample.helpmanual.io/.
Unofficial collection of Julia (Julia Lang) examples.
Julia is a high-level, high-performance dynamic programming language for technical computing.
Because Julia is young there are relatively limited resources to help you get started with it. This site contains a series of simple examples of Julia performing common tasks like printing to stdout, reading from stdin, reading files, declaring functions, plotting etc. etc.
I am not an expert in Julia and this is a work in progress: there are almost certainly mistakes and obvious omissions from the examples. If you spot a problem create an issue, if you have a fix for a problem or want to add to the examples please submit a pull request.
To build:
pip install -r requirements.txt
python deps/build.py