Skip to content
Stefan Karpinski edited this page Sep 5, 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. Integers and Floating-Point Numbers

  4. Mathematical Operations

  5. Complex and Rational Numbers

  6. Strings

  7. Functions

  8. Control Flow

  9. Variables and Scoping

  10. Types

  11. Methods

  12. Constructors

  13. Conversion and Promotion

  14. Arrays

  15. Running External Programs

  16. Parallel Computing

  17. Metaprogramming

  18. Calling C Code

  19. Standard Library Reference

## Resources

Next: Introduction

Clone this wiki locally