I'm a passionate software developer and I love to customize my tools. That's why I mainly use NeoVim as my text editor on NixOS (btw) running on a used ThinkPad. I also like to nerd about keyboards and keyboard layouts.
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
- missing C# analyzer: a C# analyzer that feels like it's missing from the base pack. It consistently reports "variable assigned but not used" warning is the code, which isn't always the case with the standard analyzers.
- android dictionary generator: a Rust program that is a rewrite of a few bash + perl + python scripts to generate a dictionary for Android keyboards.
- seal: a C-like programming language. The project consists of a parser, interpreter and a compiler to the LLVM intermediate representation
- fsharp-algs: implementation of a few sorting algorithms in F#.
The project also has benchmarks against the built-in
sortfunction