- Julia 1.0 Programming Complete Reference Guide
- Ivo Balbaert Adrian Salceanu
- 191字
- 2021-06-24 14:21:40
Packages
Most of the standard library in Julia (which can be found in /share/julia/base and /share/julia/stdlib, relative to where Julia was installed) is written in Julia itself. The rest of Julia's code ecosystem is contained in packages that are simply GitHub repositories. They are most often authored by external contributors, and already provide functionality for such diverse disciplines such as bioinformatics, chemistry, cosmology, finance, linguistics, machine learning, mathematics, statistics, and high-performance computing. A package listing can be found at http://pkg.julialang.org.
Julia's installation contains a built-in package manager, Pkg, for installing additional packages that are written in Julia. Version and dependency management is handled automatically by Pkg.
Pkg has a REPL mode, which can be started from within the Julia REPL by entering the ] key, which is often called the REPL's package mode. The Pkg mode is shown as a blue prompt, like this: (v1.0) pkg>.
From this mode, we can start all functions of Pkg. To return to the normal REPL mode, press Backspace or Ctrl + C.
To initialize your environment, enter the init command, which creates an empty Project.toml file in your Julia installation folder.
- Learning Neo4j
- Vue.js設(shè)計與實現(xiàn)
- 程序員面試筆試寶典
- Java從入門到精通(第4版)
- Python高效開發(fā)實戰(zhàn):Django、Tornado、Flask、Twisted(第2版)
- Learning Apache Mahout Classification
- Elasticsearch Server(Third Edition)
- Mastering JavaScript High Performance
- Protocol-Oriented Programming with Swift
- Bootstrap 4 Cookbook
- Spring MVC+MyBatis開發(fā)從入門到項目實踐(超值版)
- 石墨烯改性塑料
- PowerDesigner 16 從入門到精通
- Keil Cx51 V7.0單片機高級語言編程與μVision2應(yīng)用實踐
- Elastix Unified Communications Server Cookbook