gui-thunks VS signal

Compare gui-thunks vs signal and see what are their differences.

gui-thunks

how to create GUIs that queue (by samsquire)

signal

Functional Reactive Programming implementation for Rust (by 14427)
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
gui-thunks signal
2 1
3 11
- -
10.0 10.0
about 4 years ago about 11 years ago
Rust
- -
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.

gui-thunks

Posts with mentions or reviews of gui-thunks. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-05-19.
  • Humble Chronicles: Managing State with Signals
    14 projects | news.ycombinator.com | 19 May 2023
    It's interesting how every build system, frontend framework, programming language implements its own promise pipeline/delayed execution/observables/event propagation.

    But the implementations are rarely extracted out for general purpose usage and rarely have a rich API.

    I've been thinking a lot about a general purpose "epoll" which be registered on objects that change. I want to be able to register a reaction to a sequence of actions on arbitrary objects with an epoll style API.

    One of my ideas is GUI thunking. The idea that every interaction with the GUI raises a new type that can be interacted with, to queue up behaviours on the GUI. This is essentially Future<> that are typed and the system reacts to the new type based on what you did.

    It's a bit like terraform plan and apply, but applied to general purpose GUIs.

    For example, you can click download file, then queue up installation and then using the application, ALL BEFORE it is installed. Because the actual computation is separate from the type information that was queued up.

    Imagine using AWS Console to set up an entire infrastructure and wire everything together but not actually execute anything until the very end when you click "Run".

    https://github.com/samsquire/gui-thunks

  • Programming Breakthroughs We Need
    17 projects | news.ycombinator.com | 17 Aug 2022
    I spend everyday thinking of what my computer could be doing.

    Most of the time the CPU is waiting for IO - memory, network, SSD, disk and not doing any work.

    You might like my idea called GUI Thunking.

    https://github.com/samsquire/gui-thunks

signal

Posts with mentions or reviews of signal. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-05-19.
  • Humble Chronicles: Managing State with Signals
    14 projects | news.ycombinator.com | 19 May 2023
    "Signal" has been used in FRP circles for some time [1,2]. The original FRP stuff was events/signals and behaviours. But I agree that JS didn't use this terminology until more recently. S.js is maybe one of the earlier ones, but that was still over 8 years ago.

    [1] https://scholarworks.rit.edu/cgi/viewcontent.cgi?article=651...

    [2] https://github.com/14427/signal

    [3] https://github.com/adamhaile/S/tree/e897ec1212a073bb1fe695e1...

What are some alternatives?

When comparing gui-thunks and signal you can also consider the following projects:

incremental-rs

dylint - Run Rust lints from dynamic libraries

additive-gui

wasmtalk - Personal WebAssembly learning project (build a SmallTalk like environment but with WASM)

sdk-java - Temporal Java SDK

c4-notation - Technical resources for using the C4 model for visualizing software architecture.

ui - experimental ui component library for the browser

MyDef - Programming in the next paradigm -- your way

electric - a reactive Clojure dialect for web development that uses a compiler to manage the frontend/backend boundary

language-server-protocol - Defines a common protocol for language servers.

tonsky