![]() | Introducing Julia | ![]() Getting started |
Contents |
The Julia programming language is easy to use, fast, and powerful. This wikibook is intended as an introduction to the language for the less experienced and occasional programmer. For more learning materials, including links to books, videos, articles/blogs and notebooks, refer tothe learning section at Julia's official site. SeeJobs for types of jobs and companies using Julia.
Theofficial Julia documentation is the authoritative guide, and you should refer to it as often as possible as you learn. It's the "reference" guide both for the language itself and for the set of standard packages (the "standard library") that are provided as part of the basic installation.
A feature of Julia is the extensive use of add-on packages to add functionality and features, and to extend the syntax of built-in functions. Good places to look for packages (which are free to download from github.com) include theJuliaHub site. Packages provide their own documentation and many provide extensive tutorials.
The Julia community has established a good ethos of encouraging participation in the development of the language ongithub. The advantage of this wikibook is that it's made and edited by the Julia community – you can edit anything at any time. If you find something that's wrong, or unclear, feel free to correct it, or add examples. (Your first few edits are reviewed, just in case you have less than good intentions. And, as with the Wikipedia, you should expect your writing to be edited by others!) The focus should be largely on the new user, rather than the computer science expert.
![]() | Aprintable version of Introducing Julia is available. (edit it) |
![]() | APDF version is available. (info) |