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 Query Language

2 pointsby pezo1919over 3 years ago

1 comment

pezo1919over 3 years ago
I have been thinking for a while to create something similar.<p>My use case would be pattern matching (=query?) streams and use it for intercepting events (like in a redux event pipeline) and being able to remove them or replace them on match.<p>Would be nice for expressing invariants&#x2F;assertions as well. To me it feels like something necessary for the a next level programming expressiveness (on top of reactive streams).<p>We could say: “if X matches it is an error for sure -&gt; event handling” or “Y must match, if it does not, just throw exception - for the dev”.<p>Seems useful (crucial?!) on integration level: for tests for sure or assertions &#x2F; logs.<p>Any ideas to this original Reactive Query Language or use cases?