This looks very, very interesting! Good work. My only nitpick is the ligatures. I believe pipelining in Elixir uses the |> operator, but the blog post uses a kind of triangle pointing to the right. Due to my previous exposure to Elixir, I guessed that it must have been |>, but if I hadn’t know, then I would be really confused when I tried to write that in my editor to replicate the code.
sbuttgereit|1 year ago
It's better to not use ligatures for publication, such as in this scenario.
(Now that I've said that, I better go check and see if I've made this mistake due to just not thinking about it.... hmm.....)
lawn|1 year ago
mise_en_place|1 year ago
LorenzoGood|1 year ago
carrja99|1 year ago
Kamq|1 year ago
It makes it harder for people to copy and paste and play with.
brightball|1 year ago
arrowsmith|1 year ago
Not sure which font specifically is used in the article but an example of a monospace font with ligatures is Fira: https://github.com/tonsky/FiraCode
lvass|1 year ago