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 Extensions for Ruby

24 pointsby CalinBalaurualmost 12 years ago

3 comments

Argorakalmost 12 years ago
This is very much the definition of a code dump: a single file, not following any standard ruby code conventions - not even naming conventions (it would be called &quot;rx&quot; otherwise), tests within that file, misformatted code. snake_cased and camedBacked variables mixed. It monkey-patches Enumerable and uses class variables. `gets` at the end of the file, to keep the Windows console open, rendering the whole thing unusable as a library. Also, the author clearly doesn&#x27;t know that you don&#x27;t need &quot;.rb&quot; when requiring files. Last commit on December 22, 2012.<p>Could people please have a look at the source before posting stuff here? This is not a project to be taken seriously and a waste of time. &quot;Someone at Microsoft was playing with Ruby&quot; is the only valuable thing you can get out of it.
评论 #6078562 未加载
评论 #6078816 未加载
评论 #6078420 未加载
评论 #6078260 未加载
pallandtalmost 12 years ago
Bookmarked for later use, I&#x27;m sure it will come in handy, thanks for posting.I wish it was hosted on GitHub though, but given that it&#x27;s backed by Microsoft, I can see why not.
评论 #6078089 未加载
评论 #6078061 未加载
xentroniumalmost 12 years ago
Is there any practical example? I&#x27;ve browsed through the source and it seems like a framework to provide asynchronous queries over arbitrary datasets. Am I right?
评论 #6078194 未加载