awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعخادم 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

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • ramda/ramdaالصورة الرمزية لـ ramda

    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/carpالصورة الرمزية لـ carp-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/stdlibالصورة الرمزية لـ stdlib-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/umbrellaالصورة الرمزية لـ thi-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.