- Julia 1.0 Programming Complete Reference Guide
- Ivo Balbaert Adrian Salceanu
- 105字
- 2021-06-24 14:21:39
JuliaPro
Another alternative is JuliaPro, which is available from https://juliacomputing.com/products/juliapro.html. This is an Anaconda-style Julia repository, which, at present, is only up to version 0.6.4. It does come with about 200+ verified ready-to-go packages, and is a very good way for beginners to start. JuliaPro version 1.0 will probably become available after some time.
There are two ways of using Julia. As described in the previous section, we can use the Julia shell for interactive work. Alternatively, we can write programs in a text file, save them with a .jl extension, and let Julia execute the program by starting it by running julia program.jl.
推薦閱讀
- R語言數據分析從入門到精通
- Building Modern Web Applications Using Angular
- 程序員數學:用Python學透線性代數和微積分
- C#程序設計(慕課版)
- Python爬蟲開發與項目實戰
- Backbone.js Blueprints
- 軟件架構:Python語言實現
- Instant RubyMotion App Development
- Scala編程實戰(原書第2版)
- Access 2010數據庫應用技術實驗指導與習題選解(第2版)
- R語言:邁向大數據之路(加強版)
- Instant Apache Camel Messaging System
- 分布式架構原理與實踐
- Enterprise Application Architecture with .NET Core
- 你好!Python