Skip to content

rlemaitre-ledger/armored-type-safety-with-iron

Repository files navigation

Armored Type Safety With Iron

This is the repository containing the slides for the Armored Type Safety with Iron @vbergeron-ledger and @rlemaitre-ledger gave at Scala Matters in Paris, on November 28th, 2023.

The slides are available at https://iron.rlemaitre.com/.

Installation

  1. Clone this repository
git clone git@github.com:rlemaitre-ledger/armored-type-safety-with-iron.git
  1. Install dependencies
asdf plugin add pandoc https://github.com/Fbrisset/asdf-pandoc.git
asdf install

or

brew install pandoc just

You will also need fswatch that is not (yet) managed by asdf.

On Mac:

brew install fswatch

On ubuntu:

apt-get install fswatch
  1. Before the first build
just install
  1. Run
just build

To build at each changes on this directory:

just watch

The slides will be in the target directory (website by default)