inside back cover

IBC-01

Functions to manipulate instances of the Archer and Knight types. Unlike object-oriented languages, Julia methods are not attached to the types of the objects they manipulate but to related functions.

IBC-02

How Julia locates and potentially compiles the machine code for an invoked method. The example is from calling the attack! function with an Archer and Pikeman object as arguments. Julia has to first find the attack! function. Next it locates the method attached to the attack! function which handles the case where an Archer object ...

Get Julia as a Second Language 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.