← Back to context

Comment by Loxicon

9 days ago

"It’s quite natural to program in Haskell by building a declarative model of your domain data, writing pure functions over that data, and interacting with the real world at the program’s boundaries. That’s my favorite way to work, Haskell or not."

Are there any good resources you can share to learn this specific way of programming?