Live data from Hacker News

Viewing profile — takle

takle

HN member
Joined
Mon, Dec 08, 2014, 12:00 AM UTC
HN karma
18
Public activity
9 items

About takle

https://twitter.com/takle

Recent public activity

  1. 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…

  2. 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…

  3. comment
  4. comment
  5. comment
  6. 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…

  7. 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…

  8. comment
    Comment #9719290

    Hehe, You're welcome – I do take golfing very serious ;)

  9. comment
    Comment #9718397

    (var | let | const) $ = ::document.querySelector; with experimental ES7 syntax :D https://github.com/zenparsing/es-function-bind