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,072在 GitHub 上查看↗

    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,815在 GitHub 上查看↗

    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,735在 GitHub 上查看↗

    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,818在 GitHub 上查看↗

    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.