I have been too busy to do AOC this year and will be all month
So I'm thinking I'm going to do AOC 2024, *in 2025*, under the following rules:
- One challenge per week.
- I don't have to perform a challenge every week. The goal is to finish by the start of December.
- I have to do a different programming language every time.
- C, C++ and Objective-C are not eligible languages.
- If I make an honest attempt at a language and fail, I may retry in Go (but only Go) (I need to learn Go)
Bonus rules
- ASM may be used more than once as long as it targets different language families (x86_64, RISCV, ARM, WASM).
- JavaScript and TypeScript are the same language.
- Rust and Unsafe Rust may be potentially counted as two different languages.
- I may use Perl/Python to "preprocess" file inputs into arrays of numbers or strings (but no more complex parsing) in the target language
- If I make an honest attempt at a language and fail, I may retry in Go (but only Go) (I need to learn Go)