Skip to content
/ aoc2022 Public

Advent of Code in Elixir, Julia, Python and Rust #aoc #adventofcode

Notifications You must be signed in to change notification settings

Lakret/aoc2022

Repository files navigation

Advent of Code 2022

Live Streams

How to Install Livebook

I use Elixir 1.14.2 here. I recommend using asdf and the Elixir asdf plugin to install it.

To install Elixir's Livebook (given Elixir 1.14+ installation):

mix do local.rebar --force, local.hex --force
mix escript.install hex livebook
# if using asdf:
# asdf reshim elixir

Running:

livebook server

Julia

I'm using Julia 1.8.3 here.

You can download Julia here. After that, put it in your PATH, and you're done.

Python

I use Python 3.10 + pipenv for managing Python dependencies.

Install Instructions.

To create a venv:

pipenv sync --dev

You can get the path to the created venv with pipenv --venv.

If you're using VS Code, use Python: Select Interpreter from the command pallete to select the venv you've just created.

About

Advent of Code in Elixir, Julia, Python and Rust #aoc #adventofcode

Resources

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published