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

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

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

F# लाइब्रेरीज़ और रिसोर्सेज

रैंकिंग 30 जून 2026 को अपडेट की गई

For F# फंक्शनल प्रोग्रामिंग रिसोर्सेज का कलेक्शन, the strongest matches are gvergnaud/ts-pattern (This is a TypeScript pattern-matching library, not a curated), hemanth/functional-programming-jargon (This repository is a glossary of functional programming jargon) and liuxinyu95/algoxy (AlgoXY is a functional programming textbook and collection of). fsharp/fsharp.data and fsprojects/fsunit round out the shortlist. Each is ranked by relevance to your query, popularity and recent activity.

हम “F# libraries and functional programming resources” से मेल खाने वाली ओपन-सोर्स GitHub रिपॉजिटरी को क्यूरेट करते हैं। परिणाम आपकी क्वेरी के आधार पर रैंक किए गए हैं — सीमित करने के लिए नीचे दिए गए फ़िल्टर चुनें, या AI के साथ रिफाइन करें।

F# लाइब्रेरीज़ और रिसोर्सेज

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

    gvergnaud/ts-pattern

    15,034GitHub पर देखें↗

    This library provides a declarative approach to conditional logic in TypeScript, replacing imperative branching with structural pattern matching. It functions as a tool for decomposing complex data structures and mapping them to specific execution branches, ensuring that all possible states are accounted for during development. The library distinguishes itself by enforcing exhaustive logic, which requires developers to address every possible branch of a data structure to prevent runtime errors. By leveraging compile-time type narrowing and recursive evaluation, it allows for the validation an

    This is a TypeScript pattern-matching library, not a curated collection of F# libraries or learning materials — it does not belong to the requested domain or format.

    TypeScriptPattern Matching
    GitHub पर देखें↗15,034
  • hemanth/functional-programming-jargonhemanth का अवतार

    hemanth/functional-programming-jargon

    18,644GitHub पर देखें↗

    This project is an educational resource for functional programming education, focused on teaching core concepts and terminology through simple definitions and practical code examples. It provides a way to study fundamental vocabulary and illustrative examples to assist with the transition from imperative to functional programming. The resource serves as a reference for building a professional software engineering vocabulary, enabling more effective communication of technical terms used within the functional paradigm. The site is implemented using static site generation, utilizing markdown co

    This repository is a glossary of functional programming jargon with code examples, not a curated collection of F# libraries and learning materials; it serves as a single educational resource rather than a categorized list of tools and resources.

    Functional Programming EducationProgramming Paradigm GuidesTechnical Lexicons
    GitHub पर देखें↗18,644
  • liuxinyu95/algoxyliuxinyu95 का अवतार

    liuxinyu95/AlgoXY

    6,325GitHub पर देखें↗

    AlgoXY is a functional programming educational book and technical publication produced as a LaTeX digital book. It serves as a programming education resource and library focused on functional algorithms and data structures. The project provides a collection of persistent data structures, such as trees and heaps, designed for immutable state management. It includes a series of implementation exercises and verified answers to teach core computer science concepts through the practical application of functional logic. The content covers the design of persistent data structures and the implementa

    AlgoXY is a functional programming textbook and collection of persistent data structure implementations in Haskell, not a curated list of F# libraries or resources, so it is a related learning material but not the kind of organized collection you are looking for.

    TeXFunctional Programming EducationPersistent Data StructuresAlgorithm Implementations
    GitHub पर देखें↗6,325
  • fsharp/fsharp.datafsharp का अवतार

    fsharp/FSharp.Data

    871GitHub पर देखें↗

    The FSharp.Data package (FSharp.Data.dll) implements everything you need to access data in your F# applications and scripts. It implements F# type providers for working with structured file formats (CSV, HTML, JSON and XML) and for accessing the WorldBank data. It also includes helpers for…

    This is the FSharp.Data library—a type provider for structured data—not a curated collection or awesome list of F# libraries and learning materials; it would appear as one entry inside the list you're looking for.

    F#Type Providers
    GitHub पर देखें↗871
  • fsprojects/fsunitfsprojects का अवतार

    fsprojects/FsUnit

    447GitHub पर देखें↗

    FsUnit is a set of libraries that makes unit-testing with F# more enjoyable. It adds a special syntax to your favorite .NET testing framework. FsUnit currently supports NUnit, xUnit, and MsTest.

    FsUnit is a unit-testing library for F# that adds a special syntax to .NET test frameworks, not a curated collection of F# libraries and learning resources as this search requests.

    F#Testing Frameworks
    GitHub पर देखें↗447
  • fsprojects/chessiefsprojects का अवतार

    fsprojects/Chessie

    185GitHub पर देखें↗

    Railway-oriented programming for .NET

    Chessie is a single F# library for railway-oriented programming, not a curated collection of F# libraries and learning materials as the visitor seeks.

    F#General Purpose LibrariesGeneral Utilities
    GitHub पर देखें↗185
  • caiorss/functional-programmingcaiorss का अवतार

    caiorss/Functional-Programming

    2,692GitHub पर देखें↗

    This repository serves as an educational resource and tutorial collection focused on the principles and implementation of functional programming. It provides a structured guide for developers to learn how to apply functional paradigms to improve software architecture, logic design, and code maintainability. The project distinguishes itself by demonstrating how to implement functional concepts across both statically and dynamically typed programming languages. By utilizing examples in Haskell, OCaml, and Python, it illustrates the practical application of techniques such as immutability, highe

    This repository presents functional programming concepts and examples but in Haskell, OCaml, and Python rather than F#, and it is a tutorial of patterns rather than a curated list of libraries and learning materials specifically for F#.

    HaskellFunctional Programming EducationFunctional Programming PatternsAlgebraic Data Types
    GitHub पर देखें↗2,692
  • fantasyland/fantasy-landfantasyland का अवतार

    fantasyland/fantasy-land

    10,233GitHub पर देखें↗

    Fantasy Land is a specification for algebraic interfaces in JavaScript. It defines a set of rules, naming conventions, and behavioral contracts for common functional programming structures to ensure consistent behavior and interoperability across the ecosystem. The project establishes a common language for defining computational contexts and data transformation interfaces. By providing a standard set of signatures, it enables different JavaScript libraries to work together through shared algebraic specifications. The specification covers a wide range of functional abstractions, including alg

    This repository is a specification for algebraic interfaces in JavaScript, not a curated collection of F# libraries or learning materials, so it does not match the requested F# awesome list.

    JavaScriptFunctional Programming
    GitHub पर देखें↗10,233
  • effect-ts/coreEffect-TS का अवतार

    Effect-TS/core

    14,618GitHub पर देखें↗

    This project is a functional programming library and toolkit for building production TypeScript applications. It provides a system for managing concurrency, error handling, and resource lifecycles using functional effects. The project distinguishes itself through a comprehensive suite of specialized toolkits, including a dependency injection framework for decoupling service implementations, a workflow orchestrator for coordinating durable processes, and a SQL database toolkit for consistent data operations across multiple dialects. It also implements an OpenTelemetry instrumentation library f

    This repository is a functional programming library for TypeScript, not a curated collection of F# resources, so it does not match the search for F# learning materials and libraries.

    TypeScriptFunctional Programming
    GitHub पर देखें↗14,618
  • facebook/immutable-jsfacebook का अवतार

    facebook/immutable-js

    33,060GitHub पर देखें↗

    This is a persistent data structure library for JavaScript that provides collections which prevent the direct mutation of objects and arrays. It serves as an immutable state management tool and functional programming utility, ensuring that data remains unchanged after creation to simplify change detection and state tracking. The library enables the maintenance of application state by producing new versions of data structures during updates. It focuses on efficient data comparison by checking actual content instead of memory references and supports a functional programming workflow to prevent

    This is a JavaScript immutable data structures library, not a curated collection of F# resources—it is in the wrong language and format for this search.

    TypeScriptFunctional Programming
    GitHub पर देखें↗33,060
  • winterbe/java8-tutorialwinterbe का अवतार

    winterbe/java8-tutorial

    16,733GitHub पर देखें↗

    This project is a comprehensive programming tutorial and technical guide focused on the Java 8 language specification. It provides educational resources for implementing functional programming patterns, utilizing modern language syntax, and adopting updated API standards. The guide covers the transition to functional programming through the use of lambda expressions, method and constructor references, and functional interfaces. It also details the use of default interface methods to extend logic without breaking existing classes and the implementation of repeatable annotations. Additional co

    This is a Java 8 tutorial, not a curated collection of open-source F# libraries and learning materials — it's the wrong language and the wrong type of resource entirely.

    JavaFunctional Programming
    GitHub पर देखें↗16,733
  • elm/compilerelm का अवतार

    elm/compiler

    7,794GitHub पर देखें↗

    This project is a functional programming compiler and JavaScript transpiler that transforms a statically typed language into optimized JavaScript for web browsers. It serves as a frontend architecture framework, providing a static type system and a package manager that enforces semantic versioning. The compiler uses a type-checking engine with automatic type inference to prevent runtime errors and guide code refactoring. It implements a structural pattern for managing application state and rendering user interfaces through a virtual DOM, utilizing immutable data and purity-based state transit

    This is the Elm compiler and toolchain, written in Haskell, not a curated collection of F# libraries or learning materials — it has no relation to the functional programming language or ecosystem the visitor is searching for.

    HaskellFunctional ProgrammingPattern Matching
    GitHub पर देखें↗7,794
  • practical-tutorials/project-based-learningpractical-tutorials का अवतार

    practical-tutorials/project-based-learning

    270,530GitHub पर देखें↗

    This project is a centralized, community-driven repository of hands-on tutorials designed to facilitate skill acquisition through the practical construction of real-world software applications. It serves as a comprehensive directory that aggregates external documentation and instructional materials, providing a structured path for developers to master specific programming languages and technical domains. The repository distinguishes itself by organizing disparate technical resources into a hierarchical, taxonomy-based structure that enables developers to discover and navigate diverse software

    This is a general directory of project-based tutorials across many programming languages; it does not focus on F# or functional programming, so it does not meet your search for curated F# resources.

    F# Tutorials
    GitHub पर देखें↗270,530
  • mostlyadequate/mostly-adequate-guideMostlyAdequate का अवतार

    MostlyAdequate/mostly-adequate-guide

    23,837GitHub पर देखें↗

    This project is a comprehensive educational guide and curriculum for applying functional programming principles and category theory within the JavaScript ecosystem. It provides a structured learning path focused on writing predictable and scalable code through the use of pure functions and immutability. The resource includes a dedicated course on algebraic data structures and a functional programming tutorial. To reinforce theoretical concepts, it features a set of interactive coding exercises and runnable programming challenges for hands-on practice. The materials cover a broad range of fun

    The Mostly Adequate Guide is a functional programming guide for JavaScript, not a curated collection of F# libraries and learning materials, so it does not fit the request for F#-specific resources.

    JavaScriptFunctional Programming EducationAlgebraic Data TypesCategorical Composition
    GitHub पर देखें↗23,837
टॉप 10 की एक नज़र में तुलना करें
रिपॉजिटरीस्टार्सभाषालाइसेंसअंतिम पुश
gvergnaud/ts-pattern15KTypeScriptMIT25 मई 2026
hemanth/functional-programming-jargon18.6K—MIT17 अक्टू॰ 2023
liuxinyu95/algoxy6.3KTeX—15 दिस॰ 2025
fsharp/fsharp.data871F#NOASSERTION24 जून 2026
fsprojects/fsunit447F#MIT11 जुल॰ 2025
fsprojects/chessie185F#Unlicense26 अग॰ 2018
caiorss/functional-programming2.7KHaskellUnlicense6 अग॰ 2019
fantasyland/fantasy-land10.2KJavaScriptMIT10 नव॰ 2024
effect-ts/core14.6KTypeScriptMIT16 जून 2026
facebook/immutable-js33.1KTypeScriptMIT17 जून 2026

Related searches

  • OCaml लाइब्रेरीज़ और टूल्स का कलेक्शन
  • Scala के लिए फंक्शनल प्रोग्रामिंग लाइब्रेरी
  • Nim प्रोग्रामिंग के लिए लाइब्रेरीज़ का कलेक्शन
  • Crystal डेवलपमेंट के लिए लाइब्रेरीज़ का कलेक्शन
  • Scala सीखने के लिए रीडिंग लिस्ट
  • Erlang डेवलपमेंट के लिए लाइब्रेरीज़ का कलेक्शन
  • Dart डेवलपमेंट के लिए पैकेजेस का कलेक्शन
  • Haskell सीखने के लिए करिकुलम