#functional-programming
TIL: Importing Constructors in Gleam
Unlike the Result type, I learned that I needed to import the Option type constructors in Gleam.
TIL: No `if`s in Gleam
There are no `if`s in Gleam. I tried some alternatives other than the standard `case` statements.
TIL: I Don't Understand This Gleam Pipe Compiler Error
TIL: Gleam Pattern Matching and Pipe
TIL: Setting Up Gleam with asdf
Impossible or Illegal States
“Make Impossible States Impossible”. This was a phrase I heard when I was living in the Elm world.