This looks pretty promising from the table of contents! It was also written by one of the main authors of GHC, the most widely-used Haskell compiler.
Elm is heavily focused on user-friendliness and offers a sort of full framework for developing frontend applications, whereas PureScript is focused on producing readable, easily interopable javascript (and javascript…
Not sure if this is related to the Hawthorne effect, but I could easily see more traffic with liking just due to the fact that it's new and fancy. Maybe a significant number of people noticed the change and clicked the…
The big problem with monad tutorials is that you can't talk about them without understanding the motivation behind them, and that comes from purely functional languages (i.e. Haskell). When you're not allowed to touch…
IIRC, you have to pay a subscription to shop on Jet in the first place. Every new shopper brings in recurring revenue.
On the main project I'm working on, the reason we have develop/master is mainly for hotfixes. We deploy once a week, but if we need to get something out the door quickly, we make a hotfix branch off of master, then…
Category Theory is all about composing things and being able to reason about them mathematically. In programs, we compose lots of things (functions, types, objects, systems...), and being able to abstract that away is…
Suddenly, I feel like I should spend a heck of a lot more time reading classic papers, books etc.
This looks pretty promising from the table of contents! It was also written by one of the main authors of GHC, the most widely-used Haskell compiler.
Elm is heavily focused on user-friendliness and offers a sort of full framework for developing frontend applications, whereas PureScript is focused on producing readable, easily interopable javascript (and javascript…
Not sure if this is related to the Hawthorne effect, but I could easily see more traffic with liking just due to the fact that it's new and fancy. Maybe a significant number of people noticed the change and clicked the…
The big problem with monad tutorials is that you can't talk about them without understanding the motivation behind them, and that comes from purely functional languages (i.e. Haskell). When you're not allowed to touch…
IIRC, you have to pay a subscription to shop on Jet in the first place. Every new shopper brings in recurring revenue.
On the main project I'm working on, the reason we have develop/master is mainly for hotfixes. We deploy once a week, but if we need to get something out the door quickly, we make a hotfix branch off of master, then…
Category Theory is all about composing things and being able to reason about them mathematically. In programs, we compose lots of things (functions, types, objects, systems...), and being able to abstract that away is…
Suddenly, I feel like I should spend a heck of a lot more time reading classic papers, books etc.