Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 1.32 KB

README.md

File metadata and controls

28 lines (18 loc) · 1.32 KB

Akka tutorial kotlin

What is this?

This is my kotlin interpretation of java Akka tutorial code.

Why?

I wanted to get started on Akka and occasionally to do it with kotlin.

What the difference from original?

All examples are written in kotlin and structurally similar to official ones (to some degree). Yet there was a need to adjust style towards functional programming. Also there are some parts that I considered to make my way (in most cases trying to increase readability, for example I moved all protocol related classes to specific files).

Translated examples map

Additionally

I am no expert on kotlin and still trying to master it along with functional programming paradigms, so there almost definitely will be some quirks and misuse of concepts. If you know a way to do something better I will be more then happy to fix it.