Fixing a major evaluation order footgun in Rye 0.2
Summary
Rye 0.2 introduces a major update to evaluation rules: a left to right evaluation order and a new dot word type replacing the old op word behavior. The update fixes a long standing footgun related to operator evaluation and includes migration notes for upgrading from 0.1.x. The article also covers simpler type constructors, file URI method naming, and a flexible failure constructor.