- 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.
- scikit-learn Cookbook
- Facebook Application Development with Graph API Cookbook
- 零基礎(chǔ)搭建量化投資系統(tǒng):以Python為工具
- Instant Zepto.js
- Android Development with Kotlin
- Learn Swift by Building Applications
- Blender 3D Incredible Machines
- 精通網(wǎng)絡(luò)視頻核心開發(fā)技術(shù)
- Learning Python Design Patterns
- Node Cookbook(Second Edition)
- Swift 4從零到精通iOS開發(fā)
- Spring MVC+MyBatis開發(fā)從入門到項目實踐(超值版)
- JavaScript動態(tài)網(wǎng)頁編程
- Webpack實戰(zhàn):入門、進(jìn)階與調(diào)優(yōu)(第2版)
- MyBatis 3源碼深度解析