forked from JuliaLang/julia
-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Stefan Karpinski edited this page Oct 17, 2011
·
89 revisions
_
_ _ _(_)_ |
(_) | (_) (_) | A fresh approach to technical computing
_ _ _| |_ __ _ |
| | | | | | |/ _` | | http://julialang.org
| | |_| | | | (_| | | julia-math@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-math@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
-
- All Objects
- Types and Type Properties
- Generic Functions
- Iteration
- General Collections
- Iterable Collections
- Indexable Collections
- Associative Collections
- Set-like Collections
- Tuples
- Vectors, Stacks, Queues, and Dequeues
- Strings
- I/O
- Text I/O
- Standard numeric types
- Mathematical operators and functions
- Random number generation
- Arrays
- Linear Algebra
- Fast Fourier Transforms (FFT)
Next: Introduction