Useful Links
Computer Science
Programming
By Language
Julia Programming
1. Introduction to Julia
2. Installation and Environment Setup
3. Julia Language Fundamentals
4. Data Types and Type System
5. Operators and Expressions
6. Control Flow
7. Strings and Text Processing
8. Collections and Data Structures
9. Functions
10. Custom Types and Structures
11. Multiple Dispatch
12. Modules and Packages
13. Input and Output
14. Error Handling and Debugging
15. Metaprogramming
16. Performance and Optimization
17. Concurrency and Parallelism
18. Scientific Computing Ecosystem
19. Plotting and Visualization
20. Interoperability
Julia Language Fundamentals
Variables and Assignment
Variable Declaration
Assignment Operator
Variable Naming Rules
Naming Conventions
Unicode Variable Names
Reassignment
Multiple Assignment
Constants
Defining Constants
Const Keyword
Global Constants
Local Constants
Variable Scope
Global Scope
Local Scope
Function Scope
Block Scope
Loop Scope
Soft vs Hard Scope
Let Blocks
Comments and Documentation
Single Line Comments
Multi-line Comments
Documentation Strings
Inline Documentation
Previous
2. Installation and Environment Setup
Go to top
Next
4. Data Types and Type System