connorlay
Note by the Moderators: This topic is for general discussion about the Advent of Code 2018.
To prevent people from being spoiled about specific challenges if they don’t want to, each day has been given its own topic. Please post information about a specific challenge there:
- Day 1
- Day 2
- Day 3
- Day 4
- Day 5
- Day 6
- Day 7
- Day 8
- Day 9
- Day 10
- Day 11
- Day 12
… topics for more days will appear as they are released by the Advent of Code
.
Happy December! ![]()
Is anyone here using Elixir for the 2018 Advent Of Code? I just finished the day 1 challenge and found using a functional language to be a great fit for the problem. You can see my solutions here: https://github.com/connorlay/advent_of_code_2018
Cheers!
Trending in Challenges
Other Trending Topics
Hey, I’m Jesse and I’m the main contributor behind Dexter, a full-featured, lightning-fast Elixir LSP optimized for large codebases. It s...
New
I am happy to introduce the very α version of the new programming language compiled to BEAM.
Welcome Cure.
It has literally three kille...
New
Hi there! We created Gust: A task orchestrator inspired by Airflow.
For those who have never heard about Aiflow, it’s a Python-based wor...
New
Hi everyone!
The first release candidate for the Expert language server project is now available!
We’ve published a press release detai...
New
Beam Bots (or just BB for short) is a framework for building fault-tolerant robotics applications in Elixir using familiar OTP patterns. ...
New
Xamal is a deployment tool for Elixir apps that deploys native releases to bare metal servers over SSH. It’s a port of GitHub - basecamp/...
New
Categories:
Sub Categories:
Forums
Popular Tags
- #ecto
- #liveview
- #troubleshooting
- #learning-elixir
- #library
- #deployment
- #erlang
- #testing
- #genserver
- #mix
- #absinthe
- #remote-other
- #otp
- #plug
- #how-to-question
- #macros
- #postgres
- #elixirconf
- #channels
- #exunit
- #discussion
- #code-sync
- #podcasts
- #javascript
- #onsite
- #dialyzer
- #docker
- #authentication
- #umbrella
- #full-time-contract
- #podcasts-by-brainlid
- #ecto-query
- #elixirconf-us
- #ai
- #blog-post
- #elixir-ls
- #phoenix_html
- #iex
- #graphql
- #genstage
- #websockets
- #supervisor
- #advent-of-code
- #distillery
- #processes
- #api
- #forms
- #metaprogramming
- #hex
- #security










Showing Posts 1 to 10- Show Best Posts
- Show All (oldest first)
- Show All (newest first)
benperiton
In case you haven’t seen: Let’s learn Elixir together on Advent of Code! « Plataformatec Blog
Mine are at https://github.com/benperiton/AOC2018
JEG2
I’m working the problems in Elixir as well: GitHub - JEG2/advent_of_code_2018: https://adventofcode.com/ · GitHub
NobbZ
I started as well with elixir, but this year it is only my secondary language, primary is rust, I might need it for my job next year.
Its a bit sad though, that I can’t find todays livestream on twitch… @josevalim’s last activity seems to be from a week ago
sneako
Looks like the streams will start tomorrow
Check out @josevalim’s Tweet:
https://twitter.com/josevalim/status/1068770108124712960?s=09
BrightEyesDavid
Today’s stream postponed by 1 hour.
ryanwinchester
I’m doing it too. Much fun.
It’s also fun watching @josevalim’s videos after.
I have up to Day 3 so far and will add Day 4 later on:
sfusato
This is my first year solving the Advent of Code puzzles.
I usually solve the puzzle first thing in the morning for the previous day, so in the afternoon I can watch José’s approach on his Twitch channel.
sionide21
Here’s mine: GitHub - sionide21/Advent-of-Code-2018 · GitHub
sasajuric
Even though I didn’t plan on doing AoC this year, after solving one task I got hooked
Based on the experience from the past year, I decided to consolidate my solutions into a single mix project. This allowed me to extract some common helper (e.g. Enum helpers), which helped me clean up the code of the actual solutions, and make it a bit more expressive (e.g. see my take on day 1)
michallepicki
Similarily, I am also solving the AoC this year - github. Probably won’t finish again (last year I gave up after a few days
) but maybe my solutions will be of interest to someone.