The Julia Language Manual: Variables and Scope, The Julia Language Developers, 2024 - Provides the official and most up-to-date explanation of const in Julia, including its declaration, behavior with reassignment warnings, and interaction with mutable objects.
Think Julia: How to Think Like a Computer Scientist, Ben Lauwens, Allen B. Downey, 2019 (O'Reilly Media) - An accessible introductory textbook that covers fundamental programming concepts in Julia, including the use and purpose of constants.