Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sharparam/advent-of-code
Code for the Advent of Code event
https://github.com/sharparam/advent-of-code
advent-of-code aoc polyglot ruby
Last synced: about 2 months ago
JSON representation
Code for the Advent of Code event
- Host: GitHub
- URL: https://github.com/sharparam/advent-of-code
- Owner: Sharparam
- Created: 2015-12-01T18:54:24.000Z (about 9 years ago)
- Default Branch: main
- Last Pushed: 2023-12-27T17:45:59.000Z (12 months ago)
- Last Synced: 2024-05-01T18:56:37.117Z (8 months ago)
- Topics: advent-of-code, aoc, polyglot, ruby
- Language: Ruby
- Homepage:
- Size: 2.61 MB
- Stars: 6
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Advent of Code
In this repo you can find the code for my solutions to [Advent of Code](http://adventofcode.com/)!
Languages I've been using:
- [Ruby](https://www.ruby-lang.org/)
- [Lua](https://lua.org/)
- [MoonScript](https://moonscript.org/)
- [Rust](https://rust-lang.org)
- [C#](https://docs.microsoft.com/en-gb/dotnet/csharp/language-reference/)
- [F#](https://fsharp.org)
- [Raku](https://raku.org/)
- [Python](https://python.org)On some days I solve the problem in multiple languages. Usually first in one language I'm comfortable in to get it done fast. And then in other languages for the purpose of learning said language.