© Antonello Lobianco 2019
A. LobiancoJulia Quick Syntax Referencehttps://doi.org/10.1007/978-1-4842-5190-4_5

5. Input/Output

Antonello Lobianco1 
(1)
Nancy, France
 
This chapter includes discussion of the following third-party packages:

Input/Output in Julia is implemented by first choosing the appropriate IOStream object—a file, the user terminal, or a network object—and then applying the desired function over that stream. The general idea is to open the stream, perform the required operations, and then close the stream.

Concerning the ...

Get Julia Quick Syntax Reference: A Pocket Guide for Data Science Programming now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.