Kotlin takes Type-Inference to the next level (at least in comparison to Java) which is great, but there’re scenarios, in which it can backfire on Read more
In this article, we continue where we left off and focus solely on error detection for Hamming codes.
https://touk.pl/blog/2017/10/17/hamming-error-correction-with-kotlin-part-1/ Read more
Hamming code is one of the Computer Science/Telecommunication classics.
In this article, we’ll revisit the topic and implement a stateless Hamming(7,4) encoder using Kotlin.
Hamming Read more
Vavr is now a must-have for every modern Java 8+ project. It encourages writing code in a functional manner by providing a new persistent Collections Read more