Mojo Language
-
Hands On Generic Parameterization of Functions
Created: 12 February 2025
Modified: 12 February 2025
tags: mojo - mojolang - parameter - function
Mojo Parameterization is part of compile time code generation/modification.
We will try to keep our exploration of Parameters as shallow as possible so we can jump right in to writing compilable code. The goal is to provide enough understanding of Mojo Parameters to enable reading of documentation. -
Hands On Mojo Traits 1
Created: 11 February 2025
Modified: 11 February 2025
tags: mojo - mojolang - trait - traits
Understanding Mojo traits (struct) is critical to being able to read Mojo Standard Library documentation. We will try to keep our exploration of traits as shallow as possible so we can jump right in to writing compilable code. The goal is to provide enough understanding of Mojo structures to enable reading of documentation.
-
Hands On Mojo Structures
Created: 10 February 2025
Modified: 10 February 2025
tags: mojo - mojolang - structure - structures
Understanding Mojo structures (struct) is critical to being able to read Mojo Standard Library documentation. We will try to keep our exploration of structs as shallow as possible so we can jump right in to writing compilable code. The goal is to provide enough understanding of Mojo structures to enable reading of documentation.