Updated big README

This commit is contained in:
Boyan 2025-03-21 17:18:25 +01:00
parent b5a0c48aee
commit 321b6d4067

View File

@ -16,6 +16,8 @@ Currently learning:
<img src="https://raw.githubusercontent.com/devicons/devicon/master/icons/haskell/haskell-original.svg" alt="Haskell" width="50" height="50"/>
<img src="https://raw.githubusercontent.com/devicons/devicon/master/icons/swift/swift-original.svg" alt="Swift" width="50" height="50"/>
<img src="https://dashboard.snapcraft.io/site_media/appmedia/2021/01/coq.png" alt="Coq" width="50" height="50"/>
<img src="https://hackage.haskell.org/package/futhark-0.25.28/docs/assets/ohyes.png" alt="Futhark" width="50" height="50"/>
<img>
</p>
(and C++, but that is gonna happen in embedded systems, so I won't document it here)
@ -42,7 +44,8 @@ The main idea is to use these new languages to solve relevant problems!
<!-- table -->
| Language | Idea | Category | Algorithmics? | Practical? | Course? |
| --- | --- | --- | --- | --- | --- |
| Rust | Daily drive | Embedded | ❌ | ✅ | ❌ |
| Swift | Daily drive | General | ✅ | ✅ | ❌ |
| Haskell | Understand functional programming | Theory | ✅ | ❌ | ✅ |
| Coq | Understand formal verification | Theory | ❌ | ❌ | ❌ |
| ![Rust](https://upload.wikimedia.org/wikipedia/commons/thumb/2/20/Rustacean-orig-noshadow.svg/220px-Rustacean-orig-noshadow.svg.png) | Daily drive | General | ✅ | ✅ | ❌ |
| ![Swift](https://raw.githubusercontent.com/devicons/devicon/master/icons/swift/swift-original.svg) | Daily drive | General | ✅ | ✅ | ❌ |
| ![Haskell](https://raw.githubusercontent.com/devicons/devicon/master/icons/haskell/haskell-original.svg)| Understand functional programming | Theory | ✅ | ❌ | ✅ |
| ![Coq](https://dashboard.snapcraft.io/site_media/appmedia/2021/01/coq.png)| Understand formal verification | Theory | ❌ | ❌ | 🤷 |
| ![Futhark](https://hackage.haskell.org/package/futhark-0.25.28/docs/assets/ohyes.png)| Understand data parallelism | Theory/Fun | ❌ | ❌ | ❌ |