Leaderboard:
5193696-21723143
This year I wanted to solve advent of code in random language every day. But since recently I have this (russian-speaking) Telegram Channel about Kotlin, I have to do it in Kotlin 😅.
Anyways, what challenge did I make for myself this year? I started using vim as my primary dev tool for everything, including Kotlin (here is my config btw). That's why I decided to make these restrictions for me:
- ❌ No AI (in any form)
- ❌ No auto-complete (LSPs, Intellij, etc.)
- ❌ No build system (Gradle, Maven, etc.)
So I use Kotlin Scripting and edit Kotlin code in vim with almost no plugins. That's definitely more fun for me even if it's slower. A list of days:
- Day 1
- Day 2
- Day 3
- Day 4
- Day 5
- Day 6
- Day 7
- Day 8
- Day 9
- Part 1
- Skill issue
To launch day, use:
kotlin dayx.partx.main.ktsYou have to have kotlin installed locally.