diff --git a/README.md b/README.md index 8d9cb6f..10439fc 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,8 @@ Currently learning: Haskell Swift Coq + Futhark +

(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! | Language | Idea | Category | Algorithmics? | Practical? | Course? | | --- | --- | --- | --- | --- | --- | -| Rust | Daily drive | Embedded | ❌ | ✅ | ❌ | -| Swift | Daily drive | General | ✅ | ✅ | ❌ | -| Haskell | Understand functional programming | Theory | ✅ | ❌ | ✅ | -| Coq | Understand formal verification | Theory | ❌ | ❌ | ❌ | \ No newline at end of file +| ![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 | ❌ | ❌ | ❌ |