Skip to content

Commit d0dc5fc

Browse files
author
Alireza Alavi
committed
doc: update index page
1 parent 575acab commit d0dc5fc

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

index.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,11 @@ Task | Notebo
1919
--- | --- | --- | ---
2020
[Day 1: Secret Entrance](https://adventofcode.com/2025/day/1) | [day 1](src/aoc/2025/day1/main) | Bench, Viz | Lowkey proud of how concise and clean the actual solution is
2121
[Day 2: Gift Shop](https://adventofcode.com/2025/day/1) | [day 2](src/aoc/2025/day2/main) | |
22+
23+
## AoC 2024
24+
25+
2024 wasn't done with clerk notebook. I was just learning Clojure and functional programming and was trying my best to understand and see the benefits of functional programming.
26+
27+
In some puzzles, I wrote with the default style of JS that I was used to (A bit functional but more procedural) and then tried to make it as functional as possible. The comparison between "normal" JS, FP style JS and Clojure are interesting.
28+
29+
You can read the solutions [from source](https://github.com/alirezaalavi87/advent-of-code/tree/main/src/aoc/2024)

0 commit comments

Comments
 (0)