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

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

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

data61/fp-course

0
View on GitHub↗
4,237 स्टार्स·1,189 फोर्क्स·Haskell·6 व्यूज़

Fp Course

यह प्रोजेक्ट एक फंक्शनल प्रोग्रामिंग कोर्स और स्वचालित कोडिंग पाठ्यक्रम है जिसे अभ्यासों और मॉड्यूलों के एक संरचित अनुक्रम के माध्यम से प्रतिमान के मूल सिद्धांतों को सिखाने के लिए डिज़ाइन किया गया है। यह एक इंटरैक्टिव प्रोग्रामिंग ट्यूटोरियल के रूप में कार्य करता है जहाँ शिक्षार्थी वृद्धिशील समस्याओं को हल करते हैं और प्रोग्रामिंग अभ्यास सूट के माध्यम से अपनी समझ को सत्यापित करते हैं।

पाठ्यक्रम भाषा-अज्ञेयवादी है, जो किसी विशिष्ट भाषा के बजाय मूल लॉजिक और प्रतिमानों पर केंद्रित है। यह एक स्वचालित टूलचेन का उपयोग करता है जो समाधानों को सत्यापित करने के लिए सोर्स कोड को निष्पादन योग्य बाइनरीज़ में बदल देता है।

शुद्धता को एक टेस्ट-ड्रिवन दृष्टिकोण का उपयोग करके मान्य किया जाता है जो यह सुनिश्चित करने के लिए कि कार्यान्वयन विशिष्ट कार्यात्मक आवश्यकताओं को पूरा करते हैं, एक इन-बिल्ट टेस्ट रनर को प्रॉपर्टी-आधारित टेस्टिंग के साथ जोड़ता है। प्रोजेक्ट में बिल्ड कॉन्फ़िगरेशन फाइलों को स्वचालित रूप से उत्पन्न करने के लिए डेवलपर एनवायरनमेंट बूटस्ट्रैपिंग के लिए स्क्रिप्ट्स शामिल हैं।

Features

  • Functional Programming Education - Provides a comprehensive educational program focused on mastering functional programming paradigms.
  • Programming Exercises - Provides a collection of incremental coding challenges and property-based tests to master functional programming concepts.
  • Automated Coding Curricula - Provides a sequence of lessons with a toolchain that transforms source code into executable binaries for verification.
  • Exercise Sequencing Systems - Organizes learning progress through a sequencing system that requires completion of foundational tasks in a specific order.
  • Interactive Programming Tutorials - Provides a learning environment combining structured technical guides with hands-on interactive exercises.
  • Programming Courses - Implements a comprehensive programming course teaching the logic and principles of functional programming.
  • Interactive Coding Tutorials - Offers guided learning modules with hands-on exercises and immediate feedback from a built-in test runner.
  • Language Agnostic Learning - Employs an educational approach that emphasizes logic and paradigms independently of any specific programming language.
  • Modular Learning Curricula - Structures educational content into a modular curriculum of self-contained units for mastering functional programming.
  • Automated Exercise Suites - Ships a collection of coding tasks with a built-in test runner to verify implemented solutions.
  • Exercise Validation Tooling - Uses automated test suites and property checks to verify that code implementations meet specific requirements.
  • Automated Exercise Validations - Verifies implementation correctness by executing predefined test cases and property-based checks against user code.
  • Property-Based Testing - Uses property-based testing to validate that functional invariants hold true across a wide range of generated inputs.
  • Solution Verification - Verifies the correctness of student code solutions against predefined automated test suites.
  • Build and Test Toolchains - Provides an integrated toolchain that compiles source code and executes automated test suites for exercise verification.
  • Compiler Toolchains - Implements a compiler toolchain to transform student source code into binaries for automated execution.
  • Functional Programming - Structured exercises for mastering functional programming in Haskell.

स्टार हिस्ट्री

data61/fp-course के लिए स्टार हिस्ट्री चार्टdata61/fp-course के लिए स्टार हिस्ट्री चार्ट

AI सर्च

और अधिक बेहतरीन रिपॉजिटरी खोजें

अपनी ज़रूरत को सरल भाषा में बताएं — AI हजारों क्यूरेटेड ओपन-सोर्स प्रोजेक्ट्स को प्रासंगिकता के आधार पर रैंक करता है।

Start searching with AI

Fp Course के ओपन-सोर्स विकल्प

समान ओपन-सोर्स प्रोजेक्ट्स, जो Fp Course के साथ साझा की गई सुविधाओं के आधार पर रैंक किए गए हैं।
  • mainmatter/100-exercises-to-learn-rustmainmatter का अवतार

    mainmatter/100-exercises-to-learn-rust

    9,134GitHub पर देखें↗

    This project is a structured Rust programming course and learning path consisting of a sequence of interactive coding exercises. It provides a curriculum designed to guide learners from basic language fundamentals, such as syntax and type systems, to the development of complex applications. The learning experience is supported by a command-line solution validator that verifies the correctness of code solutions. The curriculum follows a progressive problem sequencing model, allowing users to master memory management and application logic through a series of practical coding challenges. The sc

    Rustexerciseslearning-by-doingrust
    GitHub पर देखें↗9,134
  • system-f/fp-coursesystem-f का अवतार

    system-f/fp-course

    4,237GitHub पर देखें↗

    This project is an exercise-based learning platform and functional programming course designed to teach Haskell through a structured curriculum of practical implementation tasks. It functions as an interactive tutorial and learning framework where students master functional programming concepts by completing a curated sequence of modules. The platform emphasizes a type-driven development workflow, utilizing type holes and compiler-integrated type querying to guide the discovery of program logic. It provides an interactive programming environment via a read-eval-print loop, allowing for real-t

    Haskell
    GitHub पर देखें↗4,237
  • 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

    JavaScript
    GitHub पर देखें↗23,837
  • 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

    TeXalgorithmsfunctional-programminghaskell
    GitHub पर देखें↗6,325
Fp Course के सभी 30 विकल्प देखें→

अक्सर पूछे जाने वाले प्रश्न

data61/fp-course क्या करता है?

यह प्रोजेक्ट एक फंक्शनल प्रोग्रामिंग कोर्स और स्वचालित कोडिंग पाठ्यक्रम है जिसे अभ्यासों और मॉड्यूलों के एक संरचित अनुक्रम के माध्यम से प्रतिमान के मूल सिद्धांतों को सिखाने के लिए डिज़ाइन किया गया है। यह एक इंटरैक्टिव प्रोग्रामिंग ट्यूटोरियल के रूप में कार्य करता है जहाँ शिक्षार्थी वृद्धिशील समस्याओं को हल करते हैं और प्रोग्रामिंग अभ्यास सूट के माध्यम से अपनी समझ को सत्यापित करते हैं।

data61/fp-course की मुख्य विशेषताएं क्या हैं?

data61/fp-course की मुख्य विशेषताएं हैं: Functional Programming Education, Programming Exercises, Automated Coding Curricula, Exercise Sequencing Systems, Interactive Programming Tutorials, Programming Courses, Interactive Coding Tutorials, Language Agnostic Learning।

data61/fp-course के कुछ ओपन-सोर्स विकल्प क्या हैं?

data61/fp-course के ओपन-सोर्स विकल्पों में शामिल हैं: mainmatter/100-exercises-to-learn-rust — This project is a structured Rust programming course and learning path consisting of a sequence of interactive coding… system-f/fp-course — This project is an exercise-based learning platform and functional programming course designed to teach Haskell… liuxinyu95/algoxy — AlgoXY is a functional programming educational book and technical publication produced as a LaTeX digital book. It… mostlyadequate/mostly-adequate-guide — This project is a comprehensive educational guide and curriculum for applying functional programming principles and… mouredev/retos-programacion-2023 — This project is a git-based collection of programming logic exercises and weekly coding challenges. It serves as a… gdquest/learn-gdscript — learn-gdscript is an interactive coding course and tutorial application designed to teach GDScript programming…