Stefan Dangl

Results 5 comments of Stefan Dangl

I think there are some use-cases for small class hierarchies where this works great. But still I have some problem understanding what happens if for example an interface wants to...

For int arithmetic with floats and double we have the logic that `val x = 1 + 1f` results in x being a float with a value of `2f` `val...

@ilya-g : You are right, Kotlin is a statically typed language. Any yes, that is exactly why you read my example right, because you read values that have an unambiguous...

Thanks, I found appropriate solution in Ktor.

Kotlinx is a great HTML and CSS DSL. I used it on two projects and would always use it again!