Have fun learning
diary
tags
me
rss
Today I Learned
How to safely break in iex
Sat, May 14, 2022
0 min read
Break from current statement in iex, with unmatched quotes or parentheses, without exiting shell
Quacks like a list, but it's not a list
Wed, Jul 7, 2021
1 min read
If you are not careful when building lists, you can end up with an improper list.
Named captures in Elixir Regular Expressions
Tue, Jun 29, 2021
1 min read
It’s a lot better to reference Elixir captures by name instead of index position.