Skip to content

Commit

Permalink
Update LEARNING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
SaschaMann authored Aug 21, 2020
1 parent 30a4f53 commit 7e50346
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/LEARNING.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
Exercism assumes that you already have some knowledge about the Julia language to the point where you understand the basic concept of a function and know the syntax reasonably well. The Julia language website contains a regularly updated [list of learning resources](https://julialang.org/learning/). This is the go-to place when looking for books and tutorials on Julia.
Exercism assumes that you already have some knowledge about the Julia language to the point where you understand the basic concept of a function and know the syntax reasonably well. The Julia language website contains a regularly updated [list of learning resources](https://julialang.org/learning/).
This is the go-to place when looking for books and tutorials on Julia.

For examples on what to do with Julia as well as more specific tutorials, check out [juliabloggers.com](https://www.juliabloggers.com/).

While Exercism itself only supports English at the moment, there are Julia resources available in other languages that you may find helpful as reference material:

- [Introducción a la Programación en Julia](https://introajulia.org/)

Please note: Julia is a rather young and still rapidly evolving language and as such, examples from books or tutorials written for older versions of Julia may not work anymore without (small) adjustments.
Please note: Julia is a rather young and still rapidly evolving language and as such, examples from books or tutorials written for pre-v1.0 versions of Julia may not work anymore without (small) adjustments.
Most resources created after August 2018 (release of 1.0) should be compatible with newer versions of Julia.

0 comments on commit 7e50346

Please sign in to comment.