Viewing profile — kbeaty
kbeaty
HN member- Joined
- Sun, Dec 04, 2011, 12:31 PM UTC
- HN karma
- 35
- Public activity
- 28 items
- HN profile
- View on Hacker News ↗
About kbeaty
Recent public activity
-
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, …
-
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…
-
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…
-
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…
- story
- story
-
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…
- story
- story
- story
-
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/…
-
comment
Comment #8447553
Thanks, that explains a lot. Very interesting indeed.
-
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…
-
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…
-
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…
- story
-
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…
-
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…
- story
- story
- story
- story
- story
- story
- story