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
Hobbes is a low-level distributed database for the Elixir programming language.
Hobbes provides a simple, safe, and scalable storage lay...
New
ExRatatui lets you cook up rich terminal UIs in Elixir, powered by Rust’s ratatui via Rustler NIFs. Build interactive terminal applicatio...
New
Hello everyone. After busy few months I am happy to announce v0.1.0 of Emerge & Solve.
They are GUI (Emerge) and State management (S...
New
Corex is an accessible, unstyled UI component library for Phoenix that integrates Zag.js state machines using Vanilla JavaScript and Live...
New
There are three potential reasons for members of this forum to have a look at https://vutuv.de
You are tired or annoyed of LinkedIn.
Yo...
New
ICal is a library for interacting with iCalendar data. It parses iCalendars into typed Elixir structs via ICal.from_ics, and can prepare ...
New
Categories:
Sub Categories:
Forums
Popular Tags
- #ecto
- #liveview
- #troubleshooting
- #learning-elixir
- #deployment
- #library
- #erlang
- #testing
- #genserver
- #mix
- #absinthe
- #remote-other
- #otp
- #plug
- #how-to-question
- #macros
- #postgres
- #elixirconf
- #channels
- #exunit
- #discussion
- #code-sync
- #javascript
- #podcasts
- #onsite
- #dialyzer
- #docker
- #authentication
- #umbrella
- #full-time-contract
- #podcasts-by-brainlid
- #ecto-query
- #elixir-ls
- #blog-post
- #ai
- #phoenix_html
- #elixirconf-us
- #iex
- #graphql
- #genstage
- #websockets
- #supervisor
- #advent-of-code
- #distillery
- #processes
- #api
- #forms
- #hex
- #security
- #metaprogramming










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.