Types, The Julia Language, 2024 - The official guide to Julia's type system, covering built-in types, type hierarchy, and type-related functions. Essential for understanding Julia's core.
Think Julia: How to Think Like a Computer Scientist, Ben Lauwens, Allen B. Downey, 2019 (O'Reilly Media) - An introductory textbook that covers fundamental programming concepts in Julia, including a detailed explanation of built-in data types and their usage.
Julia Data Science, Jose Storopoli, Rik Huijzer, and Lazaro Alonso, 2021 (JuliaDataScience.io) - A comprehensive guide to using Julia for data science, with foundational chapters that provide practical insights into Julia's data types and their application.