Today I Learned
Random stuff I learned and wanted to remember. Notes to my future self so I don’t have to relearn everything - because my brain has limited storage and Google isn’t always available.
TIL: Importing Constructors in Gleam
Unlike the Result type, I learned that I needed to import the Option type constructors in Gleam.
TIL: Importing Constructors in GleamTIL: No `if`s in Gleam
There are no `if`s in Gleam. I tried some alternatives other than the standard `case` statements.
TIL: No `if`s in Gleam