aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorClyne Sullivan <clyne@bitgloo.com>2022-11-30 19:55:31 -0500
committerClyne Sullivan <clyne@bitgloo.com>2022-11-30 19:55:31 -0500
commit8d43e37df99f280377bed90284d6ac2428334804 (patch)
tree3a5042c9af29da52b4bac38fd78b3ccde77a1dbc /README.md
parent66ed0b9d27850dc653abc8baa75884f3de311bfa (diff)
move 2021 days to folder; update README
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 10 insertions, 2 deletions
diff --git a/README.md b/README.md
index e0c4e58..9edc6dd 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,13 @@
# advent-of-code
-My Advent of Code answers, for 2021.
+My Advent of Code answers!
+
+**2022:**
+
+Scheme (either MIT-Scheme or Gambit) will most likely be my first choice. Forth is a runner-up, but probably too much to stick with.
+
+Day 1 will be attempted on an Apple ][ GS, using Applesoft BASIC.
+
+**2021:** Nearly all challenges were done in Clojure. I used C++ for a couple of the more challenging ones, and tried Maxima on a part too.
+**2020:** Incomplete, just tried a day in Clojure.
-Written in whatever language I feel like, likely Clojure or C++.