forked from JuliaLang/julia
-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Jeff Bezanson edited this page Dec 19, 2011
·
110 revisions
_
_ _ _(_)_ |
(_) | (_) (_) | A fresh approach to technical computing
_ _ _| |_ __ _ |
| | | | | | |/ _` | | http://julialang.org
| | |_| | | | (_| | | julia-dev@googlegroups.com
_/ |\__'_|_|_|\__'_| |
|__/ |
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. Most of the language is documented, so reading this manual should give a fairly good idea of how to write programs in it.
## Resources- Homepage: http://julialang.org
- Discussion: julia-dev@googlegroups.com
- Source code: https://github.com/JuliaLang/julia
- Documentation: https://github.com/JuliaLang/julia/wiki
- Single-Page Version: https://github.com/JuliaLang/julia/wiki/Manual
-
- Getting Around
- All Objects
- Types
- Generic Functions
- Iteration
- General Collections
- Iterable Collections
- Indexable Collections
- Associative Collections
- Set-Like Collections
- Dequeues
- Strings
- I/O
- Text I/O
- Standard Numeric Types
- Mathematical Functions
- Data Formats
- Numbers
- Random Numbers
- Arrays
- Linear Algebra
- Sorting
- Signal Processing
- Parallel Computing
- Distributed Arrays
- System
- Errors
- Tasks
Next: Introduction
© 2010-2011 Stefan Karpinski, Jeff Bezanson, Viral Shah, Alan Edelman.
The Julia Manual — All Rights Reserved.