awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to gigasquid/wonderland-clojure-katas

Open-source alternatives to Wonderland Clojure Katas

30 open-source projects similar to gigasquid/wonderland-clojure-katas, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Wonderland Clojure Katas alternative.

  • alanbarber/codekatasAlanBarber 的头像

    AlanBarber/CodeKatas

    24在 GitHub 上查看↗

    .Net Code Katas - A prebuild Kata project that already includes tests and base classes.

    C#
    在 GitHub 上查看↗24
  • ardalis/kata-catalogardalis 的头像

    ardalis/kata-catalog

    772在 GitHub 上查看↗

    My list of code katas

    C#
    在 GitHub 上查看↗772
  • bbatsov/clojure-style-guidebbatsov 的头像

    bbatsov/clojure-style-guide

    4,095在 GitHub 上查看↗

    This project provides a set of software architecture guidelines, Lisp coding standards, and functional programming patterns for Clojure development. It establishes best practices for implementing declarative logic and managing shared state through the use of persistent data structures and atomic references. The guide covers standards for documenting public APIs and organizing project directories to ensure portable library distribution. It details the application of consistent formatting and naming rules to improve source code readability and team collaboration. The scope extends to idiomatic

    在 GitHub 上查看↗4,095
  • christian-fei/opening-hours-katachristian-fei 的头像

    christian-fei/opening-hours-kata

    8在 GitHub 上查看↗

    Opening hours don't have to be so boring - A TDD & Refactoring Kata

    在 GitHub 上查看↗8
  • clojure-cookbook/clojure-cookbookclojure-cookbook 的头像

    clojure-cookbook/clojure-cookbook

    2,617在 GitHub 上查看↗

    This is the home of O'Reilly's Clojure Cookbook - http://clojure-cookbook.com

    Clojure
    在 GitHub 上查看↗2,617

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Find more with AI search
  • daviddenton/refactoring-golfdaviddenton 的头像

    daviddenton/refactoring-golf

    58在 GitHub 上查看↗

    A Refactoring Golf exercise

    Java
    在 GitHub 上查看↗58
  • devdrops/katasdevdrops 的头像

    devdrops/Katas

    1在 GitHub 上查看↗

    Katas on Symfony2 Framework

    PHP
    在 GitHub 上查看↗1
  • donnemartin/interactive-coding-challengesdonnemartin 的头像

    donnemartin/interactive-coding-challenges

    31,529在 GitHub 上查看↗

    This project is a comprehensive curriculum for mastering computer science fundamentals and preparing for technical interviews. It provides over 120 interactive Python coding challenges that focus on algorithmic skill development, data structure implementation, and logical problem solving. The learning experience is delivered through a series of executable notebooks that combine instructional content with hands-on coding exercises. Each challenge is self-contained and relies on automated unit tests to verify the correctness of user-implemented solutions against predefined constraints and edge

    Pythonalgorithmcodingcompetitive-programming
    在 GitHub 上查看↗31,529
  • eficode-academy/docker-kataseficode-academy 的头像

    eficode-academy/docker-katas

    288在 GitHub 上查看↗

    Exercises for Docker training

    Dockerfile
    在 GitHub 上查看↗288
  • emilybache/gildedrose-refactoring-kataemilybache 的头像

    emilybache/GildedRose-Refactoring-Kata

    4,244在 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
    在 GitHub 上查看↗4,244
  • emilybache/katatrainreservationemilybache 的头像

    emilybache/KataTrainReservation

    113在 GitHub 上查看↗

    A Kata exercise. This one involves writing code to reserve seats on a train.

    Python
    在 GitHub 上查看↗113
  • emilybache/parrot-refactoring-kataemilybache 的头像

    emilybache/Parrot-Refactoring-Kata

    135在 GitHub 上查看↗

    Kata to learn about Polymorphism

    LabVIEW
    在 GitHub 上查看↗135
  • emilybache/racing-car-katasemilybache 的头像

    emilybache/Racing-Car-Katas

    317在 GitHub 上查看↗

    Several code katas on a racing car theme

    Java
    在 GitHub 上查看↗317
  • emilybache/supermarketreceipt-refactoring-kataemilybache 的头像

    emilybache/SupermarketReceipt-Refactoring-Kata

    126在 GitHub 上查看↗

    This is a refactoring kata for improving your coding skills

    C#
    在 GitHub 上查看↗126
  • emilybache/tennis-refactoring-kataemilybache 的头像

    emilybache/Tennis-Refactoring-Kata

    821在 GitHub 上查看↗

    This is a Refactoring Kata based on the rules of Tennis

    TypeScript
    在 GitHub 上查看↗821
  • gabrieletondi/tell-dont-ask-katagabrieletondi 的头像

    gabrieletondi/tell-dont-ask-kata

    33在 GitHub 上查看↗

    A legacy refactor kata, focused on the violation of the tell don't ask principle and anemic domain model

    PHP
    在 GitHub 上查看↗33
  • garora/tdd-katasgarora 的头像

    garora/TDD-Katas

    736在 GitHub 上查看↗

    This repository contains Hands on Test Driven Development Katas (C#)

    C#
    在 GitHub 上查看↗736
  • ivoputzer/cli-args-parser-kataivoputzer 的头像

    ivoputzer/cli-args-parser-kata

    5在 GitHub 上查看↗

    the goal of this kata is to learn to work incrementally by implementing a cli arguments parser.

    在 GitHub 上查看↗5
  • matteobaglini/functional-structures-refactoring-katamatteobaglini 的头像

    matteobaglini/functional-structures-refactoring-kata

    35在 GitHub 上查看↗

    Starting code and proposed solution for Functional Structures Refactoring Kata

    C#
    在 GitHub 上查看↗35
  • microsoft/quantumkatasMicrosoft 的头像

    Microsoft/QuantumKatas

    4,879在 GitHub 上查看↗

    QuantumKatas is a set of quantum computing courseware and educational assets designed to teach the Q# programming language and quantum computing principles. It combines structured tutorials and coding tasks with interactive notebooks and a dedicated unit testing suite to validate the correctness of exercise implementations. The project provides a dockerized learning environment that packages all necessary tools and dependencies into a virtual image. This allows for the execution of quantum programming exercises without the need for local software installation. The curriculum covers qubit man

    Jupyter Notebook
    在 GitHub 上查看↗4,879
  • mre/the-coding-interviewmre 的头像

    mre/the-coding-interview

    1,743在 GitHub 上查看↗

    Programming exercises, code katas and puzzles for your job interview training - or just for fun.

    Pythoncoding-interviewinterview-practiceinterview-test-task
    在 GitHub 上查看↗1,743
  • nealhu/args-katanealhu 的头像

    nealhu/args-kata

    1在 GitHub 上查看↗

    An hour-long hands-on practice on readable and maintainable programming

    JavaScript
    在 GitHub 上查看↗1
  • nealhu/promotion-text-katanealhu 的头像

    nealhu/promotion-text-kata

    0在 GitHub 上查看↗

    An hour-long hands-on practice on readable and maintainable programming

    JavaScript
    在 GitHub 上查看↗0
  • nickdelgrosso/dna-transcription-katanickdelgrosso 的头像

    nickdelgrosso/dna-transcription-kata

    8在 GitHub 上查看↗

    Bioinformatics-themed kata for practicing string manipulation in a data transformation pipeline. Contains replit files to work quickly in an online dojo setting.

    在 GitHub 上查看↗8
  • notmyself/gildedroseNotMyself 的头像

    NotMyself/GildedRose

    416在 GitHub 上查看↗

    Refactoring Kata

    C#
    在 GitHub 上查看↗416
  • pdt256/katapdt256 的头像

    pdt256/kata

    6在 GitHub 上查看↗

    Code Katas to practice TDD in Go, Haskell, Java, PHP, Python, and TypeScript

    Go
    在 GitHub 上查看↗6
  • pez/rich4clojurePEZ 的头像

    PEZ/rich4clojure

    236在 GitHub 上查看↗

    Practice Clojure using Interactive Programming in your editor

    Clojure
    在 GitHub 上查看↗236
  • praqma-training/gitkataspraqma-training 的头像

    praqma-training/gitkatas

    1,648在 GitHub 上查看↗

    A set of exercises for deliberate Git Practice

    Shell
    在 GitHub 上查看↗1,648
  • roseperrone/interview-questionsroseperrone 的头像

    roseperrone/interview-questions

    120在 GitHub 上查看↗

    Interview questions solved in python

    Python
    在 GitHub 上查看↗120
  • sandromancuso/salaryslipkatasandromancuso 的头像

    sandromancuso/salaryslipkata

    19在 GitHub 上查看↗

    Salary slip kata

    Java
    在 GitHub 上查看↗19