- 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.
推薦閱讀
- 單片機C語言程序設計實訓100例:基于STC8051+Proteus仿真與實戰(zhàn)
- 深入理解Django:框架內(nèi)幕與實現(xiàn)原理
- The Computer Vision Workshop
- Learn WebAssembly
- Python Data Science Cookbook
- 響應式Web設計:HTML5和CSS3實戰(zhàn)(第2版)
- .NET Standard 2.0 Cookbook
- Learning Kotlin by building Android Applications
- Python Penetration Testing Essentials
- Microsoft Windows Identity Foundation Cookbook
- Learning Puppet
- Python實戰(zhàn)指南:手把手教你掌握300個精彩案例
- Isomorphic JavaScript Web Development
- Java EE框架開發(fā)技術與案例教程
- Java Web程序開發(fā)參考手冊