Elektrine lite

← Feed

Alexander McCord

alexander@types.pl

Posts

  • Post #2839419

    Do not make the mistake of trying to handle UTF-8 and Unicode in a layout-sensitive language. Save yourselves from the horror show.

  • Post #2839418

    I must say, `Ord` as it has always been done in Haskell and Rust needs a redesign given the footgun. Why should `Maybe a` or `Option<T>` be `Ord` at all? I ran into a footgun where `None < Some(val)` returned `true` when it was actually supposed to be `false`.

  • Post #2839417

    Writing a reply to a comment in a GitHub issue, and then clicking "Resolve conversation" _before_ sending the comment deletes your comment. Sigh. GitHub, please fix.