28 lines
856 B
Plaintext
28 lines
856 B
Plaintext
___________________
|
|
|
|
README - 2015 AOC
|
|
___________________
|
|
|
|
|
|
I want to do this advent of code in more than one language if
|
|
possible. Here is a list of all the languages I am aware of enough to
|
|
program in, ordered from least to most confidence:
|
|
|
|
- (1) POSIX Shell
|
|
- (2) Haskell
|
|
- (3) Ocaml
|
|
- (4) Racket
|
|
- (5) Rust
|
|
- (6) JavaScript/TypeScript
|
|
- (0) Common Lisp
|
|
- (0) C
|
|
- (0) Python
|
|
- (0) C++
|
|
|
|
On the left of each language, in brackets, is a list of all the
|
|
challenges I've solved in the corresponding language. My hope is to
|
|
have used each language in at least one challenge. My thinking is that
|
|
due to the earlier challenges being easier to solve I'll go down the
|
|
list linearly. When I get past challenge 10, I get to freely choose
|
|
what language I use to solve the problem.
|