From 768bb71b69e892ade63390a2cfa233a6056d1c61 Mon Sep 17 00:00:00 2001 From: Boyan Date: Fri, 21 Mar 2025 17:32:14 +0100 Subject: [PATCH] Unnecessary repetition --- README.md | 62 ++++++++++++++++--------------------------------------- 1 file changed, 18 insertions(+), 44 deletions(-) diff --git a/README.md b/README.md index f25a59a..d06a319 100644 --- a/README.md +++ b/README.md @@ -4,50 +4,6 @@ Repository which documents my journey in learning new languages. Currently learning: - -

- - Rust - - - Haskell - - - Swift - - - Coq - - - Futhark - -

- -(and C++, but that is gonna happen in embedded systems, so I won't document it here) - -## Idea -I will spend about 5 hours a week learning each language. This is **NOT** a priority, but rather a side project to keep me entertained and to learn new things. - -The main idea is to use these new languages to solve relevant problems! - -## Structure -``` -. -├── language -│ ├── sessions -- if I am doing a course or something -│ │ ├── 13_03 -- date (dd_mm) -│ │ │ ├── notes.md -│ │ │ └── exercises/ -- if I have any -│ |-- algorithmic -- if I am doing algorithmic problems -| |-- practical -- if I decide to do something practical (usually documentation and a submodule of the main repo) -│ |-- README.md -- main README -``` - -## Current language goals