There’s a bug in several places in the OSX Twitter client, and in at
least one place in the Slack client, and in loads of other
apps. Here’s Twitter: (more…)
Read more »
Contribute to dfarr/minesweeper development by creating an account on GitHub. (more…)
Read more »
I had some fun writing this (probably inconclusive) post about Elm and Svelte. Rich Harris, in Writ... (more…)
Read more »
Functional programming is beloved by developers because it allows us to efficiently produce code that is easy to work with, stable, and reliable. But what if... (more…)
Read more »
I'd love to see support for "upside down" let ... in expressions, like you have in Haskell:
spam = foo bar where
bar = ...
Sometimes code is easier to read if you see the Big Picture first, with ...
Read more »