3 Repos
Mechanisms for passing a value through a sequence of functions where each output is the next input.
Distinct from Function Composition: Focuses on left-to-right data flow (piping) rather than right-to-left mathematical composition.
Explore 3 awesome GitHub repositories matching software engineering & architecture · Function Piping. Refine with filters or upvote what's useful.
Just is a collection of JavaScript utility libraries designed for data manipulation, functional programming, performance optimization, statistical analysis, and string processing. It provides a set of tools for deep cloning, filtering, and transforming complex objects and arrays. The project is structured as a series of zero-dependency modules, allowing utilities to be used independently to minimize bundle size. It implements functional programming patterns including currying, piping, and partial application, and provides execution control through memoization, debouncing, and throttling. The
Implements a pipeline mechanism to pass values through a sequence of functions for linear data flow.
Unit ist ein visuelles Programmiersystem und eine graphbasierte integrierte Entwicklungsumgebung, die dazu verwendet wird, funktionale Software durch das Verbinden von Zustandsautomaten und primitiven Operationen zu erstellen. Es dient als knotenbasierter Logik-Editor und Zustandsautomaten-Orchestrator, der visuelle Programmspezifikationen in eigenständige JavaScript-Dateien für das Deployment als statische Websites umwandelt. Das System zeichnet sich durch einen visuellen Compiler aus, der Programm-Bundles in aktive Websites rendern und bidirektionale Graph-Inspektionen durchführen kann, wodurch eine live gerenderte Anwendung für Debugging-Zwecke in ihren ursprünglichen visuellen Graphen zurückverwandelt werden kann. Es verwendet einen räumlichen Arbeitsbereich, in dem Low-Level-System-APIs in wiederverwendbare Zustandsautomaten gekapselt werden, um eine konsistente Bibliothek funktionaler Einheiten zu schaffen. Die Plattform deckt ein breites Spektrum an Fähigkeiten ab, einschließlich graphbasierter Logikkomposition mit pin-basiertem Datenrouting, rekursiver Subgraph-Verschachtelung und manueller JSON-Datenerstellung. Sie bietet zudem Tools für Projekt-Serialisierung, Hierarchie-Navigation zwischen Eltern- und Kindknoten sowie eine finale Rendering-Vorschau, um die Ausgabe eines Graphen zu betrachten.
Implements a visual piping system that passes values through a sequence of multi-input and multi-output units.
Radash is a TypeScript functional utility library designed for data transformation, validation, and workflow management. It provides a collection of typed helper functions to manipulate arrays, objects, and strings. The project features an asynchronous workflow toolkit for managing promises, retries, and concurrency limits, alongside a suite of boolean validators for verifying primitive types, objects, and promises. It also implements functional programming patterns such as function composition, partial application, and error-first response patterns. The library covers a broad surface of cap
Implements function piping to pass values through a sequence of transformations.