Gleam v0.33 released
published on 2023/12/19
With this release Gleam implements the algorithm described in the paper How to compile pattern matching by Jules Jacobs, with help from Yorick Peterse and his Pattern matching in Rust project, and as such it will now catch all missing patterns. Thank you Jules and Yorick!
Gleam has a code formatter that will reformat your code to the canonical Gleam style, saving the keypresses you’d spend formatting your code, and freeing you from debates about exactly where to put those curly braces.