awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
functional-koans avatar

functional-koans/clojure-koans

0
View on GitHub↗
3,799 estrellas·2,129 forks·Clojure·4 vistas

Clojure Koans

Clojure Koans is an educational platform designed to teach the syntax and core concepts of the Clojure programming language. It provides a structured curriculum of programming challenges that guide users through language features by requiring them to resolve a sequence of failing test cases.

The project functions as an interactive learning environment that integrates a test-driven development workflow with automated feedback. By monitoring source files for modifications, the tool triggers immediate test execution whenever a user saves their progress, allowing for real-time verification of code solutions.

This environment supports language exploration by enabling users to experiment with code expressions and validate their understanding through a persistent interactive loop. The curriculum is organized into a sequential progression of exercises that require code completion to advance, facilitating a hands-on approach to mastering programming language behavior.

Features

  • Interactive Programming Tutorials - Provides an interactive tutorial platform for learning Clojure through structured, test-driven coding exercises.
  • Interactive Learning Environments - Offers a local development environment designed for practicing technical skills through guided exercises.
  • Clojure Learning Resources - Teaches Clojure syntax and core concepts through a structured sequence of interactive exercises.
  • File Watchers - Monitors source code directories for modifications to trigger automated test execution cycles.
  • Language-Specific REPLs - Provides a persistent interactive environment for experimenting with language features and validating solutions.
  • Sequential Learning Paths - Organizes learning materials in a linear order to guide learners from basic to advanced concepts.
  • Interactive Coding Exercises - Guides users through test-driven programming challenges to verify understanding of language syntax.
  • Interactive Software Education - Combines theory with hands-on coding to build practical software development skills.
  • Dynamic Runtime Evaluation - Evaluates code expressions within the runtime to provide immediate feedback on language behavior.
  • Developer Feedback Loops - Automates test execution during active coding to provide immediate verification of progress.
  • Test-Driven Development Resources - Teaches software design through the practice of resolving failing test cases.
  • Sequential Test Executions - Processes a structured series of failing test cases that require code completion to progress.

Historial de estrellas

Gráfico del historial de estrellas de functional-koans/clojure-koansGráfico del historial de estrellas de functional-koans/clojure-koans

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Colecciones destacadas con Clojure Koans

Colecciones seleccionadas manualmente donde aparece Clojure Koans.
  • Recursos de programación en Clojure y Lisp

Alternativas open-source a Clojure Koans

Proyectos open-source similares, clasificados según cuántas características comparten con Clojure Koans.
  • gdquest/learn-gdscriptAvatar de GDQuest

    GDQuest/learn-gdscript

    2,586Ver en GitHub↗

    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
    Ver en GitHub↗2,586
  • carols10cents/rustlingsAvatar de carols10cents

    carols10cents/rustlings

    63,362Ver en GitHub↗

    Rustlings is an interactive language tutorial and exercise suite designed to teach the syntax and idioms of the Rust programming language. It functions as a guided learning path where users build proficiency by solving a collection of small, interactive coding challenges. The project utilizes compiler-driven learning, employing the Rust compiler to provide immediate feedback and validation as users fix broken code snippets. This approach focuses on language onboarding and education through practical, hands-on coding practice. The learning experience is structured around a file-based exercise

    Rust
    Ver en GitHub↗63,362
  • emilybache/gildedrose-refactoring-kataAvatar de emilybache

    emilybache/GildedRose-Refactoring-Kata

    4,244Ver en GitHub↗

    This project is a refactoring kata collection and software design education resource. It provides a set of intentionally messy codebases and multi-language code samples designed for practicing incremental design, legacy code modernization, and software restructuring. The collection serves as a training material for test-driven development, focusing on the use of golden master testing suites and approval testing to ensure functional parity while evolving source code. It includes a universal learning baseline by implementing identical complex business rules across several different programming

    XSLT
    Ver en GitHub↗4,244
  • gregmalcolm/python_koansAvatar de gregmalcolm

    gregmalcolm/python_koans

    5,097Ver en GitHub↗

    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
    Ver en GitHub↗5,097
Ver las 30 alternativas a Clojure Koans→

Preguntas frecuentes

¿Qué hace functional-koans/clojure-koans?

Clojure Koans is an educational platform designed to teach the syntax and core concepts of the Clojure programming language. It provides a structured curriculum of programming challenges that guide users through language features by requiring them to resolve a sequence of failing test cases.

¿Cuáles son las características principales de functional-koans/clojure-koans?

Las características principales de functional-koans/clojure-koans son: Interactive Programming Tutorials, Interactive Learning Environments, Clojure Learning Resources, File Watchers, Language-Specific REPLs, Sequential Learning Paths, Interactive Coding Exercises, Interactive Software Education.

¿Qué alternativas de código abierto existen para functional-koans/clojure-koans?

Las alternativas de código abierto para functional-koans/clojure-koans incluyen: gdquest/learn-gdscript — learn-gdscript is an interactive coding course and tutorial application designed to teach GDScript programming… carols10cents/rustlings — Rustlings is an interactive language tutorial and exercise suite designed to teach the syntax and idioms of the Rust… watchexec/watchexec — Watchexec is a command-line task runner and file system change trigger that automates developer workflows by executing… emilybache/gildedrose-refactoring-kata — This project is a refactoring kata collection and software design education resource. It provides a set of… gregmalcolm/python_koans — This project is an automated syntax trainer and interactive Python course designed as a test-driven learning… raathigesh/majestic — Majestic is a graphical user interface for executing and managing Jest test suites. It serves as a test runner GUI…