filmov
tv
Programming in Haskell -- fun with UUID hashing

Показать описание
Something a bit different this week. I recently came across a requirement to generate deterministic alphanumeric identifiers from UUIDs. In this video I'll look at implementing this in Haskell. There will be fun with Words and Data.Bits.