November 2017
Beginner
359 pages
5h 34m
English
© Sandeep Nagar 2017
Sandeep Nagar, Beginning Julia Programming, https://doi.org/10.1007/978-1-4842-3171-5_2
Sandeep Nagar1
(1)New York, USA
Julia is designed to be an object-oriented programming (OOP) language. This choice is inspired by the tremendous success of OOP languages in the computing community. The ease of defining a computational problem in OOP made it a famous computing paradigm; hence, Julia also adopted OOP. To learn Julia, getting to know OOP is a prerequisite. We have dedicated this chapter for this purpose.
When defining computational tasks, you can define a set procedure to solve a problem using blocks of data and connecting them as dictated by ...
Read now
Unlock full access