Hs-temporal-sdk Alternatives
Similar projects and alternatives to hs-temporal-sdk
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
-
-
hal
hal provides an AWS Lambda Custom Runtime environment for your Haskell applications. (by Nike-Inc)
-
-
dunai
Classic FRP, Arrowized FRP, Reactive Programming, and Stream Programming, all via Monadic Stream Functions
NOTE:
The number of mentions on this list indicates mentions on common posts plus user suggested alternatives.
Hence, a higher number means a better hs-temporal-sdk alternative or higher similarity.
hs-temporal-sdk discussion
hs-temporal-sdk reviews and mentions
Posts with mentions or reviews of hs-temporal-sdk.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2026-06-23.
-
Compiler as Custodian
Two specific moves stand out in Duncan's account. The first is durable execution, via Temporal — Mercury replaced fragile cron-and-database state machines with workflow code whose failure semantics are platform-handled (replay, retry, timeout, cancellation). Mercury open-sourced its hs-temporal-sdk, which wraps Temporal's official Rust Core SDK via FFI and provides a Haskell-native API. The dovetail with Haskell's pure-core / impure-shell discipline is structural: a Temporal workflow is a pure function over its event history, which is the same constraint Haskell already imposes on pure code.
Stats
Basic hs-temporal-sdk repo stats
1
65
8.7
3 days ago
MercuryTechnologies/hs-temporal-sdk is an open source project licensed under BSD 3-clause "New" or "Revised" License which is an OSI approved license.
The primary programming language of hs-temporal-sdk is Haskell.