{"id":21539137,"url":"https://github.com/profan/advent-of-code-2015","last_synced_at":"2025-11-06T10:03:29.569Z","repository":{"id":79951408,"uuid":"47202083","full_name":"profan/advent-of-code-2015","owner":"profan","description":"One language per day for Advent of Code 2015","archived":false,"fork":false,"pushed_at":"2015-12-14T10:26:11.000Z","size":77,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-03-15T08:31:32.516Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://adventofcode.com/","language":"Perl","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/profan.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-12-01T16:26:58.000Z","updated_at":"2017-01-13T19:11:44.000Z","dependencies_parsed_at":"2023-03-15T05:15:45.573Z","dependency_job_id":null,"html_url":"https://github.com/profan/advent-of-code-2015","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/profan%2Fadvent-of-code-2015","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/profan%2Fadvent-of-code-2015/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/profan%2Fadvent-of-code-2015/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/profan%2Fadvent-of-code-2015/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/profan","download_url":"https://codeload.github.com/profan/advent-of-code-2015/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244115108,"owners_count":20400515,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-24T04:14:11.007Z","updated_at":"2025-11-06T10:03:24.539Z","avatar_url":"https://github.com/profan.png","language":"Perl","funding_links":[],"categories":[],"sub_categories":[],"readme":"# advent-of-code-2015\r\nThe 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.\r\n\r\nAnother friend of mine is also doing a similar thing, so czech it out: https://github.com/hexpunK/adventcode-2015\r\nIdeally, 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...)\r\n\r\n## Languages\r\n**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)\r\n\r\n**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)\r\n\r\n**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)\r\n\r\n**4th. [Erlang](www.erlang.org)** - [[Sequential](four.erl), [Parallel](four_par.erl)] - [The Ideal Stocking Stuffer](http://adventofcode.com/day/4)\r\n\r\n**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?)\r\n\r\n**6th. [OCaml](https://ocaml.org/)** - [[Part 1](6-1.ml), [Part 2](6-2.ml)] - [Probably a Fire Hazard](http://adventofcode.com/day/6)\r\n\r\n**7th. [Terra](http://terralang.org/)** - [[Solution](7.t)] - [Some Assembly Required](http://adventofcode.com/day/7)\r\n\r\n**8th. [Ruby](https://www.ruby-lang.org/en/)** - [[Part 1](8-1.rb), [Part 2](8-2.rb)] - [Matchsticks](http://adventofcode.com/day/8)\r\n\r\n**9th. [Prolog](http://www.swi-prolog.org/)** - [[Solution](9.pl)] - [All in a Single Night](http://adventofcode.com/day/9)\r\n\r\n**10th. [Elm](http://elm-lang.org/)** - [[Solution](10.elm)] - [Elves Look, Elves Say](http://adventofcode.com/day/10)\r\n\r\n**1th. [Nim](http://nim-lang.org/)** - [[Part 1](11-1.nim), [Part 2](11-2.nim)] - [Corporate Policy](http://adventofcode.com/day/11)\r\n\r\n**12th. [Io](http://iolanguage.org)** - [[Part 1](12-1.io), [Part 2](12-2.io)] - [JSAbacusFramework.io](http://adventofcode.com/day/12)\r\n\r\n**13th. [Python](https://www.python.org/)** - [[Solution](13.py)] - [Knights of the Dinner Table](http://adventofcode.com/day/13)\r\n\r\n**14th. [Crystal](http://crystal-lang.org/)** - [[Part 1](14-1.cr), [Part 2](14-2.cr)] - [Reindeer Olympics](http://adventofcode.com/day/14)\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprofan%2Fadvent-of-code-2015","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fprofan%2Fadvent-of-code-2015","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprofan%2Fadvent-of-code-2015/lists"}