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.
2 CommentsTag: kotlin
In this article, we continue where we left off and focus solely on error detection for Hamming codes.
3 Comments
Hamming code is one of the Computer Science/Telecommunication classics.
In this article, we’ll revisit the topic and implement a stateless Hamming encoder using Kotlin.
3 Comments