TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Reactive Programming in JavaScript

40 pointsby salarabout 11 years ago

5 comments

sfvisserabout 11 years ago
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.
jongoldabout 11 years ago
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 未加载
thecolorblueabout 11 years ago
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 未加载
hexasquidabout 11 years ago
Awesome! Where is the library? I&#x27;ve been looking on silks github but I must have missed it.
评论 #7430879 未加载
worldsayshiabout 11 years ago
I think I see a typo: &#x27;asVar&#x27; should be &#x27;myValue&#x27;
评论 #7427786 未加载