November 2017
Beginner
316 pages
6h 40m
English
Every programming language needs to understand the kind of data it is being supplied with. Types, often referred to as data types, are simply a classification of data that lets the computer know the differences between the kinds of input being provided by the user. Julia also uses a type system that uniquely identifies integers, strings, floats, Booleans, and other data types.
In this chapter, we will closely walk you through the extensive type system of Julia, and how just supplying the data type greatly enhances the overall speed of execution. Here is the list of topics that we will be covering in this chapter:
Read now
Unlock full access