Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
5outh
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
5outh
9y ago
Thanks very much :D
2.
▲
by
5outh
11y ago
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.
3.
▲
by
5outh
11y ago
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 only). That is by no me
4.
▲
by
5outh
11y ago
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 heart a few time
5.
▲
by
5outh
11y ago
I did something similar for about two weeks, where I'd choose an article every day and write my own notes about it: http://kovach.me/notes.html They were all about a single topic though, and I skim through several arti
6.
▲
by
5outh
11y ago
Well, sort of. One of the big focuses of functional programming is _minimizing_ state; in other words, only what must be passed around should be. Sure, you'll end up having a large context that the entire program operates in, but havin
7.
▲
by
5outh
11y ago
I'm not saying side-effecting IO is the _only_ thing that motivates the idea behind Monads, it's just one of the big ones. I mentioned more than just that, and the use cases you mentioned are also big motivators.
8.
▲
by
5outh
11y ago
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 IO, use `nul
9.
▲
by
5outh
11y ago
IIRC, you have to pay a subscription to shop on Jet in the first place. Every new shopper brings in recurring revenue.
10.
▲
by
5outh
11y ago
Case in point: Express is now owned by strongloop and is still (no pun intended) going strong.
11.
▲
by
5outh
11y ago
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 merge it into b
12.
▲
by
5outh
11y ago
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 valuable. Bartosz Mile
13.
▲
by
5outh
12y ago
Why is the most common job title "Software Engineer" at the top, but "Software Developer" is listed as the first job analyzed? Were they grouped together?
14.
▲
by
5outh
12y ago
Suddenly, I feel like I should spend a heck of a lot more time reading classic papers, books etc.
15.
▲
by
5outh
12y ago
I thought it was an homage to You Don't Know Jack ( http://en.wikipedia.org/wiki/You_Don%27t_Know_Jack_%28video_... ). I read the title as "You Don't Know Jack Squat," haha. I don't know if that