I am a passionate software developer and I love to customize my tools. That's why I mainly use NeoVim as my text editor on Arch Linux (btw) running on a used ThinkPad™️.. I also like to nerd about keyboards and keyboard layouts (probably I'll switch from QWERTY to BEAKL soon).
I enjoy exploring and learning new programming languages and also creating them.
My favorite programming languages are:
You can check out my résumé/CV here
- seal - a C-like programming language. The project consists of a parser, interpreter and a compiler to LLVM intermediate representation
- fsharp-algs - implementation of a few sorting algorithms in F#.
The project also has benchmarks against the built-in
sort
function - geometry.hs - a library for analytic geometry, written in Haskell. Currently a work in progress but in the future it may have a GeoGebra or Desmos like interface
- advent of code 2021 - advent of code solutions in Haskell
- advent of code 2022 - advent of code solutions in Rust