The Julia Language Documentation, The Julia Language Developers, 2024 - The official guide to Julia's syntax, standard library, and core features, covering variables, control flow, functions, core data structures, and broadcasting. Continuously updated.
Think Julia: How to Think Like a Computer Scientist, Ben Lauwens, Allen B. Downey, 2019 (O'Reilly Media) - An introductory textbook for learning Julia programming fundamentals, including variables, operators, control flow, functions, and core data types, with a focus on clear explanations.
Multi-dimensional Arrays and Broadcasting, The Julia Language Developers, 2024 - Dedicated section in the official documentation that thoroughly explains Julia's powerful broadcasting mechanism (dot syntax) for efficient element-wise operations on arrays.