All Projects → samuelcolvin → Juliabyexample

samuelcolvin / Juliabyexample

Licence: mit
Examples of Julia

Programming Languages

julia
2034 projects

Julia By Example

Build Status

© 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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].