This is a talk I prepared for the January 2019 edition of Erlang/Elixir Kraków Meetup. I'm not the author of Gradualizer - credits go to Josef Svenningsson and the project team attracted by his idea.
These slides are created with Remark.js - a presentation tool using HTML5+JavaScript. To view them, please follow the steps:
git clone https://github.com/erszcz/gradualizer-talk
cd gradualizer-talk
python -m SimpleHTTPServer 8080
And open localhost:8080
in your browser. Alternatively, you can just
browse slides.md
which is the Markdown source of the slides.
It's readable, but GitHub doesn't render it accurately due to some Remark syntax.