RCRPG/Julia: Difference between revisions

m
Line 5:
 
This program illustrates some of the interesting aspects of Julia:
* multiple function dispatch used to select function behavior by data argument type
* both dynamic and optionaloptionally strongly typed data types
* multiple function dispatch used to select function behavior by data type
* built-in data structures including named tuples, vectors, matrices, and Dicts (hashes)
* functional programming with map and other functions using anonymous functions on arrays
4,105

edits