Live data from Hacker News

Viewing profile — kbeaty

kbeaty

HN member
Joined
Sun, Dec 04, 2011, 12:31 PM UTC
HN karma
35
Public activity
28 items

About kbeaty

http://simplectic.com

Recent public activity

  1. comment
    Comment #8773501

    You may be interested in going through "A General Theory of Reactivity"[0] from Kris Kowal, creator of the q promise library. It discusses relationships between streams, promises, …

  2. comment
    Comment #8653995

    While I am currently trying to teach myself Haskell for exactly this reason (understand the "real big picture" in FP), I don't know if there is much harm in starting the journey by…

  3. comment
    Comment #8641649

    You can indeed use transducers in asynchronous contexts. In fact, that is what intrigues me most about the abstraction. Transducers are defined such that you can abstract the conte…

  4. comment
    Comment #8641047

    There is also Transducers Explained [1] if you are familiar with JavaScript. (Shameless plug in the hope it may be helpful to someone) [1]: http://simplectic.com/blog/2014/transduc…

  5. story
  6. story
  7. comment
    Comment #8543913

    For another take on Reactive Programming from Erik Meijer, check out "Duality and the End of Reactive" [1] (video). I watched it just last night and found it very thought provoking…

  8. story
  9. story
  10. story
  11. comment
    Comment #8447564

    In regards to Bacon.js, tel had a very interesting response discussing transducers in relation to FRP/Reactive Programming in another thread [1]. [1]: https://news.ycombinator.com/…

  12. comment
    Comment #8447553

    Thanks, that explains a lot. Very interesting indeed.

  13. comment
    Comment #8447217

    Very interesting. I certainly have some reading to do. Can you explain a little more the notion discrete values and sampling rates and how that applies to stream processing? I assu…

  14. comment
    Comment #8447087

    [Edit]: change "form of FRP" to "form of reactive programming" as I'm not sure I know the true notion of "FRP" based on tel's response. You could probably say that this library imp…

  15. comment
    Comment #8446885

    [Edit]: explain step function and memo when mentioning map. A transducer is composable algorithmic transformation, that is independent of input and output sources and the process o…

  16. story
  17. comment
    Comment #8441266

    Transducers allow the abstraction of algorithmic transformations independent from the input and output, and even the process of iteration. Whereas lodash operates on arrays and obj…

  18. comment
    Comment #8441261

    Transducers allow the abstraction of algorithmic transformations independent from the input and output, and even the process of iteration. Whereas lodash operates on arrays and obj…

  19. story
  20. story
  21. story
  22. story
  23. story
  24. story
  25. story