krewjew@lemmy.worldtoProgrammer Humor@programming.dev•Some of my iterations are delightfully recursive
32·
7 months agoI’ve been learning Haskell, and now I won’t shut up about Haskell
I’ve been learning Haskell, and now I won’t shut up about Haskell
Okay clearly weezer is not post rock, but there is an overwhelming presence of the genre in this list.
I also love Radiohead, weezer, BCNR, Swans and joy division… soooo
Damn, Post-Rock is in shambles
Single most disturbing scene from a movie that wasn’t rated R
It’s an endless cycle. You work hard to enforce your ideals, then when you have the power to make decisions you realize how dependent you are on others to facilitate action. And every one of those people wants something in exchange. Suddenly the ideals you sought to enforce become diluted by compromise, everyone is unhappy and there’s a giant bear called greed knocking on the door into your mind.
My favorite feature is how currying is applied literally everywhere. You can take any function that accepts 2 args, pass in a single arg and return a new function that accepts one arg and produces the result. In Haskell, this is handled automatically. Once you wrap your head around using partially applied and fully saturated functions you can really start to see the power behind languages like Haskell