awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टMCP सर्वरहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेस
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 रिपॉजिटरी

Awesome GitHub RepositoriesRepeated Function Application

Utilities for executing a specific function on a value for a set number of iterations.

Distinct from Functional: Specific to the iterative application of a single function, distinct from general functional utilities.

Explore 4 awesome GitHub repositories matching programming languages & runtimes · Repeated Function Application. Refine with filters or upvote what's useful.

Awesome Repeated Function Application GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • ramda/ramdaramda का अवतार

    ramda/ramda

    24,072GitHub पर देखें↗

    Ramda is a functional JavaScript standard library and toolset for immutable data transformation and composition. It provides a comprehensive suite of pure utility functions designed to enable declarative data processing pipelines. The library is distinguished by its use of automatic function currying and a data-last argument order. These design patterns allow multi-argument functions to be partially applied, simplifying the construction of processing chains where data is passed through a sequence of operations. The toolkit covers broad data manipulation capabilities, including list processin

    Provides utilities to execute a function on a value repeatedly to achieve a cumulative result.

    JavaScriptjavascriptramda
    GitHub पर देखें↗24,072
  • carp-lang/carpcarp-lang का अवतार

    carp-lang/Carp

    5,815GitHub पर देखें↗

    Carp is a statically typed Lisp compiler that compiles Lisp-like syntax directly to C source code, enabling seamless integration with existing C libraries and low-level system programming. It manages memory deterministically at compile time using ownership tracking and linear types, eliminating garbage collection pauses and runtime overhead while ensuring type safety through an inferred static type system. The language distinguishes itself through compile-time macro expansion and metaprogramming capabilities, allowing code generation and transformation before final binary output. It enforces

    Provides a utility for applying a function repeatedly to a value for a fixed number of iterations.

    Haskellfunctionalfunctional-programminggame-development
    GitHub पर देखें↗5,815
  • stdlib-js/stdlibstdlib-js का अवतार

    stdlib-js/stdlib

    5,735GitHub पर देखें↗

    Provides a utility to invoke a function a specified number of times and collect results.

    JavaScriptjavascriptjslibrary
    GitHub पर देखें↗5,735
  • thi-ng/umbrellathi-ng का अवतार

    thi-ng/umbrella

    3,818GitHub पर देखें↗

    Umbrella is a comprehensive ecosystem of TypeScript-based libraries and a mono-repository designed for UI rendering, mathematical frameworks, WebAssembly bridging, and functional data processing. It provides a suite of tools for managing reactive data streams, binary serialization, and specialized memory management. The project includes a reactive component model for generating HTML, SVG, and Canvas elements from nested data structures, as well as a system for integrating JavaScript and WebAssembly through generated bindings. It features a mathematical framework for linear algebra, tensor ope

    Ships independent functional libraries for processing geometry, mathematics, and general datasets.

    TypeScriptcolordata-structuresdsl
    GitHub पर देखें↗3,818
  1. Home
  2. Programming Languages & Runtimes
  3. Programming Utilities
  4. Functional
  5. Repeated Function Application

सब-टैग एक्सप्लोर करें

  • Conditional Repeated InvocationInvokes a function repeatedly while a test condition is true. **Distinct from Repeated Function Application:** Distinct from Repeated Function Application: focuses on condition-based repetition, not a fixed number of iterations.
  • Functional Building BlocksGeneral-purpose functional primitives for processing datasets and mathematical operations. **Distinct from Repeated Function Application:** Distinct from Repeated Function Application by providing a broad library of primitives rather than a single iterative utility.