(no title)
rimliu
|
1 year ago
Try doing Advent of Code with Ruby. It is perfect for that, much better than Python which is most popular according to the AoC users survey. At least it looks way more elegant and having lots of useful built-ins (.tally, .select/.reject, .count, .sum, .combination(n), .permutation(n), etc. etc.) does not hurt either.
No comments yet.