SkillAgentSearch skills...

KotlinKatas

Kotlin training repository used to learn Kotlin and Functional Programming by solving some common katas using just purely functional programming.

Install / Use

/learn @pedrovgs/KotlinKatas
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

<img alt="Kotlin" src="https://kotlinlang.org/assets/images/open-graph/kotlin_250x250.png" height="60"/> <img alt="Arrow" src="https://avatars0.githubusercontent.com/u/29458023?s=400&v=4" height="50"/> KotlinKatas Build Status

Kotlin training repository used to learn Kotlin and Functional Programming by solving some common katas using just purely functional programming with Arrow.

List of katas:

| # | Kata Statement | PR | Topic | |---|----------------|----|-------| | 1 | Maxibons | https://github.com/pedrovgs/KotlinKatas/pull/1 | Polymorphic programming | | 2 | Form validation | https://github.com/pedrovgs/KotlinKatas/pull/4 | Validated data type| | 3 | Game of Life | https://github.com/pedrovgs/KotlinKatas/pull/6 | Pure functions, IO monad complex property-based testing generators| | 4 | Data Munging | https://github.com/pedrovgs/KotlinKatas/pull/7 | Effects API to simulate for-comrpehension and do-notation |

Executing tests:

This project contains some tests written using KotlinTest. You can easily run the tests by executing any of the following commands:

./gradlew test // Runs every test in your project
./gradlew test --tests *SomeSpecificTest // Runs specs matching with the filter passed as param.

Checkstyle:

For the project checkstyle we are using Ktlint. The code format will be evaluated after accepting any contribution to this repository using this tool. You can easily format your code changes automatically by executing ./gradlew ktlinTformat.

Developed By

<a href="https://x.com/pedro_g_s"> <img alt="Follow me on X" src="https://img.icons8.com/?size=100&id=6Fsj3rv2DCmG&format=png&color=000000" height="60" width="60"/> </a> <a href="https://es.linkedin.com/in/pedrovgs"> <img alt="Add me to Linkedin" src="https://img.icons8.com/?size=100&id=447&format=png&color=000000" height="60" width="60"/> </a>

License

Copyright 2019 Pedro Vicente Gómez Sánchez

Licensed under the GNU General Public License, Version 3 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.gnu.org/licenses/gpl-3.0.en.html

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
View on GitHub
GitHub Stars138
CategoryDevelopment
Updated2mo ago
Forks11

Languages

Kotlin

Security Score

95/100

Audited on Jan 16, 2026

No findings