Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.