https://github.com/HaruTzuki/MojoLessons
https://github.com/HaruTzuki/MojoLessons
Last synced: 17 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/HaruTzuki/MojoLessons
- Owner: HaruTzuki
- Created: 2024-05-29T15:25:06.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-06-04T23:31:52.000Z (over 1 year ago)
- Last Synced: 2025-01-16T13:38:40.451Z (9 months ago)
- Language: Mojo
- Size: 6.84 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-mojo-max-mlir - HaruTzuki/MojoLessons
- awesome-mojo-max-mlir - HaruTzuki/MojoLessons
README
# Mojo
I am reading and trying the new language mojo base on [https://ivellapillil.github.io/mojo/](https://ivellapillil.github.io/mojo/)
I have covered:
## 2. Getting Started
### 2.2 Hello World## 3. Functions
### 3.1. def
### 3.2. fn
### 3.5. Mixing and Matching
### 3.8. Different styles of writing functions
### 3.9. Arguments passed to functions
### 3.10. Nested Functions
### 3.11. Keyword Arguments
### 3.12. Default Value## 4. Constants and Variables
### 4.1. Constants
### 4.2. Variables
### 4.3. Alias
### 4.4. Undecleared Variables
### 4.5. Variable Scoping
### 4.6. Non-standard identifiers## 5. Types
### 5.1. Bool
### 5.2. Int
### 5.3. IntLiteral
### 5.4. Strings
### 5.5. StringLiteral
### 5.6. FloatLiteral
### 5.7. Float16
### 5.8. Float32
### 5.9. Float64