- 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.
- PHP+MySQL網站開發技術項目式教程(第2版)
- 新編Premiere Pro CC從入門到精通
- Oracle JDeveloper 11gR2 Cookbook
- Python時間序列預測
- HTML5從入門到精通 (第2版)
- 輕松上手2D游戲開發:Unity入門
- Learning Docker Networking
- Geospatial Development By Example with Python
- 深入實踐Kotlin元編程
- Swift語言實戰晉級
- PHP項目開發全程實錄(第4版)
- Mastering OpenStack
- C/C++程序設計教程
- Unreal Engine Game Development Cookbook
- Learning Rust