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.
DotNetKoans
A set of Koans to teach the C# language on .NET Core.
crystal-koans
The Crystal Programming Language Koans
CppKoans
Inspired by RubyKoans and JavaScript-Koans, this is an attemt to write such koans for C/C++.
kotlin-koans-android
:books: Learn Kotlin programming right on your phone 📱 through a series of 40+ short coding challenges.
gnu_smalltalk_koans
A set of tests to teach you Smalltalk
elisp-koans
Emacs Lisp Koans -- learn elisp through test-driven development.
ReactNativeKatas
This is a project that lets you participate in a fully-immersive, hands-on, and fun learning experience for React Native.
PSKoans
A simple, fun, and interactive way to learn the PowerShell language through Pester unit testing.
python-typing-koans
Python typing koans to learn type-hints in Python3 using Mypy