GHC Proposal 744 "Branch weight support" by @iankduncan.com is looking for feedback! Manually annotating the likelyhood of a branch helps the compiler with code layout and optimisations.
github.com/ghc-proposal...
#Haskell
I took a crack at category theory + dataframes. I find the difficulty with reading and writing about this kind of stuff is that it's really hard to communicate what the "point" is. Hopefully it all makes sense:
mchav.github.io/what-categor...
man, we don't deserve haddock.
i literally don't know a single other documentation tool that even comes close
With "Haskellers from the trenches", the #Haskell blog lets experienced engineers talk about their subjects of expertise, best practices, and production tales.
We start with @iankduncan.com's "A Couple Million Lines of Haskell: Production Engineering at Mercury"
blog.haskell.org/a-couple-mil...
me: I'm not tired at all
also me: `deriving show (Eq, Ord, Stock)`
I'm streaming haskell stuff ATM: www.twitch.tv/andisdevcorner
Not sure for how long yet
Oh this is a fascinating perspective on Haskell
I shipped some stuff in Haskell. Folks said it was a bad idea. Sure it was a fifth the size, self-generated about half its tests, self generated excellent documentation, and could self-identify regressions on build and automatically add cases in.
It wasn't profitable. It wasn't adware slop.