Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/rishiosaur/learning

A set of mini-projects put together for me to learn Rust.
https://github.com/rishiosaur/learning

Last synced: 1 day ago
JSON representation

A set of mini-projects put together for me to learn Rust.

Awesome Lists containing this project

README

        

# Learning

#### Beginner

- [x] Factorial Algorithm
- [x] Triangle (upwards)
- [x] Triangle (downwards)
- [x] Centered Triangle
- [ ] Pyramid
- [ ] Fibonacci sequence
- [ ]

#### Intermediate

- [ ] CLI for something ()
- [ ] Basic web server
- [ ] Interactive CLI (a mini-app)
- [ ] Library for ___
- [ ] Basic lexer

#### Advanced

- [ ] Implementing Epsilon
- [ ] Basic LISP interpreter
- [ ] Compiler for interpreter
- [ ] OS bootloader

#### Expert

- [ ] Realtime API backend
- [ ] Basic operating system
- [ ] Full programming language implemented from scratch (memory, )