TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Reactive Programming in JavaScript

40 点作者 salar大约 11 年前

5 条评论

sfvisser大约 11 年前
Inspired by the client side FRP library we use internally, I&#x27;ve build a small Haskell version as well: <a href="https://gist.github.com/sebastiaanvisser/9639321" rel="nofollow">https:&#x2F;&#x2F;gist.github.com&#x2F;sebastiaanvisser&#x2F;9639321</a><p>Although the implementation is different, I tried to keep the interace similar in spirit. Building a Haskell version of a JavaScript library on the side really helps validating your design decisions.
jongold大约 11 年前
This is excellent - I&#x27;ve been enjoying playing around with ReactiveCocoa recently and it&#x27;s nice to see how those concepts can work in JS.<p>Question (and opening a can of worms) - if I&#x27;m looking to learn more about FP, should I go for Haskell or Clojure?
评论 #7427909 未加载
thecolorblue大约 11 年前
Looks cool but I prefer the syntax of angular&#x27;s data binding (no need to use #get() or #set()). Is this pretty much the same as angular&#x27;s data binding?
评论 #7428186 未加载
评论 #7432442 未加载
hexasquid大约 11 年前
Awesome! Where is the library? I&#x27;ve been looking on silks github but I must have missed it.
评论 #7430879 未加载
worldsayshi大约 11 年前
I think I see a typo: &#x27;asVar&#x27; should be &#x27;myValue&#x27;
评论 #7427786 未加载