November 2016
Intermediate to advanced
697 pages
14h 44m
English
In this chapter, we will explore how Julia interacts with the outside world, reading from standard input and writing to standard output, files, networks, and databases. Julia provides asynchronous networking I/O using the libuv library. We will see how to handle data in Julia. We will also discover the parallel processing model of Julia.
In this chapter, the following topics are covered:
Julia's vision on input/output (I/O) is stream-oriented, that is, reading or writing streams of bytes. We will introduce ...
Read now
Unlock full access