Viewing profile — takle
takle
HN member- Joined
- Mon, Dec 08, 2014, 12:00 AM UTC
- HN karma
- 18
- Public activity
- 9 items
- HN profile
- View on Hacker News ↗
About takle
Recent public activity
-
comment
Comment #10771601
I agree with you. I'm going to write a post about function application and composition (right-to-left / left-to-right) so other communities can stop discussing non-essential matter…
-
comment
Comment #10771344
One could also change the Haskell. Data.Function (&); Control.Arrow (>>>) -- the pipe operator seems to be all the rage these days (|>) = (&) -- forward application + forward compo…
- comment
- comment
- comment
-
comment
Comment #10692738
# Why not ## Lodash `_.flow(b,c,d)(a)` // left to right `_.compose(d,c,b)(a)` // right to left `_.flowRight(d,c,b)(a)` // right to left `_.backflow(d,c,b)(a)` // right to left ## R…
-
comment
Comment #9834137
On the subject of testing, I think it's important that people don't follow testing methodologies blindly. In the 1960s, Djikstra said "Testing shows the presence, not the absence o…
-
comment
Comment #9719290
Hehe, You're welcome – I do take golfing very serious ;)
-
comment
Comment #9718397
(var | let | const) $ = ::document.querySelector; with experimental ES7 syntax :D https://github.com/zenparsing/es-function-bind