Koans topic

In programming Koans are exercises, puzzles, or problems - typically presented as a suite of unit tests - intended to get developers up to speed with the idioms and features of a programming language.

List Koans repositories

DotNetKoans

343
Stars
252
Forks
Watchers

A set of Koans to teach the C# language on .NET Core.

crystal-koans

46
Stars
7
Forks
Watchers

The Crystal Programming Language Koans

CppKoans

267
Stars
77
Forks
Watchers

Inspired by RubyKoans and JavaScript-Koans, this is an attemt to write such koans for C/C++.

kotlin-koans-android

142
Stars
25
Forks
Watchers

:books: Learn Kotlin programming right on your phone 📱 through a series of 40+ short coding challenges.

gnu_smalltalk_koans

169
Stars
37
Forks
Watchers

A set of tests to teach you Smalltalk

elisp-koans

155
Stars
22
Forks
Watchers

Emacs Lisp Koans -- learn elisp through test-driven development.

ReactNativeKatas

950
Stars
106
Forks
Watchers

This is a project that lets you participate in a fully-immersive, hands-on, and fun learning experience for React Native.

elixir-koans

2.1k
Stars
586
Forks
Watchers

Elixir learning exercises

PSKoans

1.7k
Stars
169
Forks
Watchers

A simple, fun, and interactive way to learn the PowerShell language through Pester unit testing.

python-typing-koans

118
Stars
10
Forks
Watchers

Python typing koans to learn type-hints in Python3 using Mypy