An open API service indexing awesome lists of open source software.

https://github.com/goblindegook/katas

Katas
https://github.com/goblindegook/katas

Last synced: 3 months ago
JSON representation

Katas

Awesome Lists containing this project

README

        

# Katas

I'm [publicly learning](https://www.swyx.io/writing/learn-in-public/) new programming languages (or practising the ones I was already familiar with) using Test-Driven Development.

This repository holds a small collection of code katas in the following languages:

- [Clojure](clojure)
- [Elm](elm)
- [Go](golang)
- [Kotlin](kotlin)
- [Python](python)
- [Racket](racket)
- [ReasonML](reasonml)
- [Rust](rust)
- [TypeScript](typescript)

It's also a handy repository where I can fetch a basic project scaffold with unit test support without having to waste time with configuration.

## License

MIT © [Luís Rodrigues](https://goblindegook.com).