clock VS rhine

Compare clock vs rhine and see what are their differences.

clock

Clock is a small library for mocking time in Go. (by benbjohnson)

rhine

Haskell Functional Reactive Programming framework with type-level clocks (by turion)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
clock rhine
2 1
647 106
- -
7.7 8.4
12 months ago 5 days ago
Go Haskell
MIT License BSD 3-clause "New" or "Revised" License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

clock

Posts with mentions or reviews of clock. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-05-18.
  • benbjohnson/clock (time mocking) is now archived
    2 projects | /r/golang | 18 May 2023
  • The Pocket Guide to Debugging
    1 project | news.ycombinator.com | 24 Dec 2022
    I recently discovered the joy of abstracting away time. I write a lot of software in Go for work. This library, https://github.com/benbjohnson/clock, provides a Clock interface that can be used for creating either clocks with the same interface as the standard "time" module, or to create a mock clock that increments to the next tick on any and all tickers defined in the app. It really makes unit tests go faster, though it can be tricky to get the code right.

rhine

Posts with mentions or reviews of rhine. We have used some of these posts to build our list of alternatives and similar projects.

What are some alternatives?

When comparing clock and rhine you can also consider the following projects:

nix-diff - Explain why two Nix derivations differ

reflex - Interactive programs without callbacks or side-effects. Functional Reactive Programming (FRP) uses composable events and time-varying values to describe interactive systems as pure functions. Just like other pure functional code, functional reactive code is easier to get right on the first try, maintain, and reuse.

system-posix-redirect - A toy module that allows you to temporarily redirect a program's stdout.

reactive-thread

xmobar - A minimalistic status bar

Yampa - Functional Reactive Programming domain-specific language for efficient hybrid systems

scp-streams - An SCP protocol implementation

reactive-bacon - FRP (functional reactive programming) framework inspired by RX and Iteratee

teardown - Composable, idempotent & transparent application resource cleanup sub-routines

reactive-banana - Library for functional reactive programming in Haskell.

unix-compat - Haskell portable POSIX-compatibility layer

dunai - Classic FRP, Arrowized FRP, Reactive Programming, and Stream Programming, all via Monadic Stream Functions