Skip to content
View Icy-Thought's full-sized avatar
🐼
数学!
🐼
数学!
Block or Report

Block or report Icy-Thought

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Icy-Thought/README.md

-- Personal contact details
contactMe :: (String, String, String)
contactMe _ = (discord, telegram, mail)
  where
    discord  = "-(𝕂eloτ)-#9288"
    telegram = "t.me/MonadicDrag"
    mail     = "icy-thought@proton.me"

-- My life experiences
lifeXP :: ([String], [String], Int)
lifeXP _ = (nativeLang, nationalities, age)
  where
    nativeLang    = ["عربي", "English", "Svenska", "中文"]
    nationalities = ["Iraqi", "Swede"]
    age           = 25

-- Set of skills which I have attained during my stay on this planet
skillSet :: ([(String, [String])], [String], [String])
skillSet _ = (progLang, interests, editors)
  where
    editors = ["Emacs", "Neovim"]
    interests = ["Mathematics", "Science", "Programming (esp. FP)"]
    progLang =
      [ ("Advanced", [""])
      , ("Intermediate", ["Nix", "Lua","Python"])
      , ("Beginner", ["C", "Emacs-Lisp", "Haskell", "Rust"])
      ]

Pinned

  1. snowflake snowflake Public

    A repository which contains my current Nix (flake-based) setup!

    Nix 172 10

  2. emacs.d emacs.d Public

    A repository which contains emacs configurations I have used throughout the years.

    Emacs Lisp 15 2

  3. nvim.d nvim.d Public

    A repository which contains neovim configurations I have used throughout the years.

    Lua 9