An open API service indexing awesome lists of open source software.

https://github.com/HaruTzuki/MojoLessons


https://github.com/HaruTzuki/MojoLessons

Last synced: 17 days ago
JSON representation

Awesome Lists containing this project

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