Files
adventofcode/2017
Bert Peters 432fc46a2b Clean up Lua code.
- Refactor ALU to a single function to be reused
- Abstract registers out of a global variable into a function argument
- Use proper table initialisations
- Accept that LUA starts arrays at 1. Partially.
2017-12-18 15:18:39 +01:00
..
2017-12-11 00:13:51 +01:00
2017-12-09 13:01:45 +01:00
2017-12-04 10:55:52 +01:00
2017-12-06 12:27:03 +01:00
2017-12-06 12:14:15 +01:00
2017-12-07 12:49:16 +01:00
2017-12-09 12:09:13 +01:00
2017-12-10 13:06:34 +01:00
2017-12-10 17:43:43 +01:00
2017-12-13 15:06:27 +01:00
2017-12-16 22:19:05 +01:00
2017-12-16 23:38:17 +01:00
2017-12-17 15:58:41 +01:00
2017-12-17 17:04:41 +01:00
2017-12-18 15:18:39 +01:00
2017-12-18 14:03:34 +01:00

Advent of Code 2017

Previously, I have been moderately successful in learning Rust and Python from doing these challegnes. For this year, I'm upping the ante and using 25 different programming languages.

The current plan, in no particular order:

… and then I will need some more. But that will come in time.