I/O and Network General I/O Text I/O Multimedia I/O Network I/O I/O and Network General I/O Base.stdout — Constant stdout Global variable referring to the standard ...
Getting Started Resources Getting Started Julia installation is straightforward, whether using precompiled binaries or compiling from source. Download and install Julia by fol...
Reporting and analyzing crashes (segfaults) ) Version/Environment info Segfaults during bootstrap (sysimg.jl) ) Segfaults when running a script Errors during Julia startup Othe...
Variables Allowed Variable Names Stylistic Conventions Variables A variable, in Julia, is a name associated (or bound) to a value. It’s useful when you want to store a value ...
Tasks Scheduling Synchronization Channels Low-level synchronization using schedule and wait Tasks Core.Task — Type Task ( func ) Create a Task (i.e. coroutine) to exe...
文件系统 文件系统 Base.Filesystem.pwd — Function pwd () -> AbstractString Get the current working directory. Examples julia > pwd () "/home/JuliaUser" julia > cd (...