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

https://github.com/scott2000/advent-of-code-2023

Advent of Code 2023 in Roc (and Rust)
https://github.com/scott2000/advent-of-code-2023

advent-of-code advent-of-code-2023 roc-lang

Last synced: 4 months ago
JSON representation

Advent of Code 2023 in Roc (and Rust)

Awesome Lists containing this project

README

          

# Advent of Code 2023

These are my solutions for [Advent of Code 2023]. This year, I am using [Roc],
a promising new functional programming language. Since it is still in development,
there will likely be breaking changes, so this code may not work in the future.

A few parts were too difficult to do in Roc because of package availability, so
I did those parts in [Rust] instead. One part also requires [Z3] to be installed.

I was 7359th to complete all 50 stars.

[Advent of Code 2023]: https://adventofcode.com/2023
[Roc]: https://www.roc-lang.org/
[Rust]: https://www.rust-lang.org/
[Z3]: https://github.com/Z3Prover/z3