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

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

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

ratfactor/ziglings

0
View on GitHub↗
4,662 स्टार्स·462 फोर्क्स·MIT·4 व्यूज़

Ziglings

Ziglings is an interactive coding course and tutorial designed to teach the Zig programming language. It functions as a test-driven learning tool that guides users through a sequence of incremental exercises to master language syntax and semantics.

The project provides a series of small, broken programs that learners must fix. Progress is achieved by modifying the code until it satisfies predefined requirements and passes associated automated tests.

The educational experience is supported by a shell-based test runner and local compiler execution to provide immediate feedback. It utilizes a file-based mapping system to organize the curriculum into a linear learning path.

Features

  • Interactive Programming Tutorials - Offers a hands-on learning environment that combines structured technical guides with interactive, test-driven exercises.
  • Test-Driven Learning Cycles - Uses automated testing to validate learner understanding through a series of broken files that must be fixed.
  • Interactive Coding Courses - Ships a curriculum that uses code-based lessons and automated feedback to guide learners through the Zig language.
  • Language Learning Paths - Provides a structured educational sequence designed to teach Zig programming fundamentals through practical exercises.
  • Programming Language Education - Provides structured resources and interactive exercises for mastering Zig language syntax and semantics.
  • Programming Language Tutorials - Provides pedagogical materials and interactive exercises focused on teaching Zig language features and behaviors.
  • Test-Driven Language Mastery - Enables practicing syntax and logic by modifying code until it satisfies predefined automated tests.
  • Command-Line Test Runners - Provides a command-line interface to automate the compilation and execution of test cases for each exercise.
  • Local Compiler Integrations - Executes the installed system compiler directly on source files to provide immediate validation of code fixes.

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

ratfactor/ziglings के लिए स्टार हिस्ट्री चार्टratfactor/ziglings के लिए स्टार हिस्ट्री चार्ट

AI सर्च

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

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

Start searching with AI

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

ratfactor/ziglings क्या करता है?

Ziglings is an interactive coding course and tutorial designed to teach the Zig programming language. It functions as a test-driven learning tool that guides users through a sequence of incremental exercises to master language syntax and semantics.

ratfactor/ziglings की मुख्य विशेषताएं क्या हैं?

ratfactor/ziglings की मुख्य विशेषताएं हैं: Interactive Programming Tutorials, Test-Driven Learning Cycles, Interactive Coding Courses, Language Learning Paths, Programming Language Education, Programming Language Tutorials, Test-Driven Language Mastery, Command-Line Test Runners।

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

ratfactor/ziglings के ओपन-सोर्स विकल्पों में शामिल हैं: gregmalcolm/python_koans — This project is an automated syntax trainer and interactive Python course designed as a test-driven learning… martinchavez/javascript — This project is an educational platform designed to teach JavaScript programming through a structured, test-driven… ronreiter/interactive-tutorials — This project is an interactive coding tutorial platform and markdown-based course engine. It functions as a web-based… gdquest/learn-gdscript — learn-gdscript is an interactive coding course and tutorial application designed to teach GDScript programming… adambard/learnxinyminutes-docs — This project is a collection of programming language references and syntax cheat sheets designed for rapid developer… swirldev/swirl_courses — This project is a collection of interactive, command-line programming lessons designed for the swirl R package. It…

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

समान ओपन-सोर्स प्रोजेक्ट्स, जो Ziglings के साथ साझा की गई सुविधाओं के आधार पर रैंक किए गए हैं।
  • gregmalcolm/python_koansgregmalcolm का अवतार

    gregmalcolm/python_koans

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

    This project is an automated syntax trainer and interactive Python course designed as a test-driven learning framework. It teaches Python language features and syntax by guiding learners through a series of coding exercises where the goal is to modify source code until a suite of failing tests passes. The system utilizes a test-driven development methodology, providing a sequence of incremental challenges that increase in complexity. It features an automated test runner and file-change monitoring to provide immediate feedback by automatically re-executing tests when source files are modified.

    Pythonkoanspython
    GitHub पर देखें↗5,097
  • martinchavez/javascriptMartinChavez का अवतार

    MartinChavez/Javascript

    958GitHub पर देखें↗

    This project is an educational platform designed to teach JavaScript programming through a structured, test-driven curriculum. It provides a collection of interactive coding exercises that guide learners through language fundamentals and software development concepts. The platform distinguishes itself by requiring users to verify their understanding of language features by passing automated test suites in real time. By utilizing a server-side runtime environment, the tool executes student code against predefined assertion patterns to provide immediate feedback on correctness. The curriculum

    JavaScript
    GitHub पर देखें↗958
  • gdquest/learn-gdscriptGDQuest का अवतार

    GDQuest/learn-gdscript

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

    learn-gdscript is an interactive coding course and tutorial application designed to teach GDScript programming fundamentals. It functions as a game engine education tool that allows absolute beginners to study basic programming concepts, variables, and functions. The project utilizes a sandboxed environment for practicing code execution and provides in-engine interactive tutorials. It features guided walkthroughs that direct users through editor interfaces to help them locate and understand software tools. The curriculum covers game development logic, including the implementation of physics-

    GDScriptappeducationgame-development
    GitHub पर देखें↗2,586
  • adambard/learnxinyminutes-docsadambard का अवतार

    adambard/learnxinyminutes-docs

    12,287GitHub पर देखें↗

    This project is a collection of programming language references and syntax cheat sheets designed for rapid developer onboarding. It serves as a library of code-based documentation that uses valid source code files to provide whirlwind tours of various language specifications. The project focuses on programming language learning by providing concise, commented code examples that explain core features and syntax in place. This approach enables developers to quickly grasp language-specific patterns, data types, and execution flow through a consistent reference format. The content covers a broad

    Markdown
    GitHub पर देखें↗12,287
Ziglings के सभी 30 विकल्प देखें→