https://github.com/goblindegook/katas
Katas
https://github.com/goblindegook/katas
Last synced: 3 months ago
JSON representation
Katas
- Host: GitHub
- URL: https://github.com/goblindegook/katas
- Owner: goblindegook
- License: mit
- Created: 2018-06-27T12:35:04.000Z (almost 7 years ago)
- Default Branch: main
- Last Pushed: 2023-01-07T06:52:15.000Z (over 2 years ago)
- Last Synced: 2024-04-14T07:46:54.904Z (about 1 year ago)
- Language: Elixir
- Size: 2.1 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).