Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/samuelcolvin/JuliaByExample

Examples of Julia
https://github.com/samuelcolvin/JuliaByExample

Last synced: about 2 months ago
JSON representation

Examples of Julia

Awesome Lists containing this project

README

        

Julia By Example
================

[![Build Status](https://travis-ci.org/samuelcolvin/JuliaByExample.svg?branch=master)](https://travis-ci.org/samuelcolvin/JuliaByExample)

*© Samuel Colvin 2014, 2015, 2018*

Hosted at [juliabyexample.helpmanual.io/](https://juliabyexample.helpmanual.io/).

Unofficial collection of Julia (Julia Lang) examples.

[Julia](https://www.julialang.org) 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