savi-lang / savi

A fast language for programmers who are passionate about their craft.
BSD 3-Clause "New" or "Revised" License
157 stars 12 forks source link

Change `Integer.Format.Hexadecimal` to emit `lowercase` by default. #305

Closed jemc closed 2 years ago

jemc commented 2 years ago

Prior to this change, it emitted uppercase hexadecimal letters by default.

The new official style recommendation for Savi is to prefer lowercase for all hexadecimal numeric values, in all contexts.

Certain uppercase letters tend to be easier to confuse at a glance than lowercase hexadecimal letters are.