Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/profan/advent-of-code-2015
One language per day for Advent of Code 2015
https://github.com/profan/advent-of-code-2015
Last synced: 29 days ago
JSON representation
One language per day for Advent of Code 2015
- Host: GitHub
- URL: https://github.com/profan/advent-of-code-2015
- Owner: profan
- License: mit
- Created: 2015-12-01T16:26:58.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-14T10:26:11.000Z (about 9 years ago)
- Last Synced: 2024-04-24T04:43:14.798Z (8 months ago)
- Language: Perl
- Homepage: http://adventofcode.com/
- Size: 75.2 KB
- Stars: 3
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# advent-of-code-2015
The intention is to use a new language for each day of the 2015 [challenge](http://adventofcode.com/) which runs throughout December until the 25th, two each day, making a total of 50 challenges.Another friend of mine is also doing a similar thing, so czech it out: https://github.com/hexpunK/adventcode-2015
Ideally, the languages would be as distinct from each-other as possible, to which extent this will be possible is yet to be seen. (my Prolog is a bit rusty...)## Languages
**1st. [Racket](http://www.racket-lang.org/)** - [[Part 1](1-1.rkt), [Part 2](1-2.rkt)] - [Not Quite Lisp](http://adventofcode.com/day/1)**2nd. [Perl 6](https://perl6.org/)** - [[Part 1](2-1.pl6), [Part 2](2-2.pl6)] - [I Was Told There Would Be No Math](http://adventofcode.com/day/2)
**3rd. [APL](https://www.gnu.org/software/apl/)** - [[Part 1](3-1.apl), [Part 2](3-2.apl)] - [Perfectly Spherical Houses in a Vacuum](http://adventofcode.com/day/3)
**4th. [Erlang](www.erlang.org)** - [[Sequential](four.erl), [Parallel](four_par.erl)] - [The Ideal Stocking Stuffer](http://adventofcode.com/day/4)
**5th. [D](http://dlang.org/)** - [[Part 1](5-1.d), [Part 2](5-2.d)] - [Doesn't He Have Intern-Elves For This?](Doesn't He Have Intern-Elves For This?)
**6th. [OCaml](https://ocaml.org/)** - [[Part 1](6-1.ml), [Part 2](6-2.ml)] - [Probably a Fire Hazard](http://adventofcode.com/day/6)
**7th. [Terra](http://terralang.org/)** - [[Solution](7.t)] - [Some Assembly Required](http://adventofcode.com/day/7)
**8th. [Ruby](https://www.ruby-lang.org/en/)** - [[Part 1](8-1.rb), [Part 2](8-2.rb)] - [Matchsticks](http://adventofcode.com/day/8)
**9th. [Prolog](http://www.swi-prolog.org/)** - [[Solution](9.pl)] - [All in a Single Night](http://adventofcode.com/day/9)
**10th. [Elm](http://elm-lang.org/)** - [[Solution](10.elm)] - [Elves Look, Elves Say](http://adventofcode.com/day/10)
**1th. [Nim](http://nim-lang.org/)** - [[Part 1](11-1.nim), [Part 2](11-2.nim)] - [Corporate Policy](http://adventofcode.com/day/11)
**12th. [Io](http://iolanguage.org)** - [[Part 1](12-1.io), [Part 2](12-2.io)] - [JSAbacusFramework.io](http://adventofcode.com/day/12)
**13th. [Python](https://www.python.org/)** - [[Solution](13.py)] - [Knights of the Dinner Table](http://adventofcode.com/day/13)
**14th. [Crystal](http://crystal-lang.org/)** - [[Part 1](14-1.cr), [Part 2](14-2.cr)] - [Reindeer Olympics](http://adventofcode.com/day/14)