

2·
1 hour agoHaskell’s also not there. I was ready to criticize any quadrant it was put in heh. But that’s probably mostly because the axes are kinda bad.
Haskell’s also not there. I was ready to criticize any quadrant it was put in heh. But that’s probably mostly because the axes are kinda bad.
The makeup of universities these days isn’t that far off from that in general.
It looks pretty normal to me as a professional Haskeller, though I suppose it’s perhaps slightly cleaner to write it as conditionalBaptize p = fromMaybe p $ baptize p
. It’s largely just a matter of taste and I’d accept either version when reviewing an MR.
Edit: I just thought of another version that actually is far too clever and shouldn’t be used:
conditionalBaptize = ap fromMaybe baptize
, making use of the monad instance for ->
. But yeah, don’t do this.
Dunno what to tell ya, it’s great.
That’s… a really dumb definition. And why is C# right in the middle but Java’s towards obsolete and toy lang? They both compile to byte code and are overall extremely similar.