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.

RethinkDB's first community client driver is for Haskell

15 pointsby mglukhovskyover 12 years ago

1 comment

atnnnover 12 years ago
&#62; The next step is to make this a monad!<p>It already is! Each expression is a simple wrapper around a monad, similar to this datatype:<p>data Expr = Expr (QueryM Term)<p>Where QueryM is the monad that helps build the query and Term is the raw protobuf expression that gets sent to the server.