Skip to content
Stefan Karpinski edited this page Jul 26, 2011 · 89 revisions
               _
   _       _ _(_)_     |
  (_)     | (_) (_)    | A fresh approach to technical computing   
   _ _   _| |_  __ _   |
  | | | | | | |/ _` |  |           http://julialang.org
  | | |_| | | | (_| |  |       julia-math@googlegroups.com
 _/ |\__'_|_|_|\__'_|  |
|__/                   |
## Overview

This is the official documentation for the Julia programming language. It is generally intended to be read in the order below, but can for the most part be sensibly read out of order. The manual is not complete yet, but the sections that do exist should give a fair idea of the possibilities of the Julia language.

## Contents
  1. Introduction

  2. Getting Started

  3. Major Differences from Matlab

  4. Numeric Primitives and Literals

  5. Mathematical Operations

  6. Complex and Rational Numbers

  7. Strings

  8. Functions

  9. Control Flow

  10. Variables and Scoping

  11. Types

  12. Methods

  13. Constructors

  14. Conversion and Promotion

  15. Arrays

  16. Running External Programs

  17. Parallel Computing

  18. Metaprogramming

  19. Calling C Code

  20. Standard Library Reference

## Resources

Next: Introduction

Clone this wiki locally