Th best explanation I've seen on the subject. Great content!
@liamdurkin56976 ай бұрын
Great video, once again.
@pr0master5 ай бұрын
Excellent allaboration, thnx
@Matheus_15826 ай бұрын
Hi, will it be possible for you to create a class with AKKA using Kotlin.
@Matheus_15826 ай бұрын
Is it possible to use Kotlin in the Play Framework
@rockthejvm6 ай бұрын
possible with the Java API
@corlaez5 ай бұрын
yes, any java code can be called from kotlin, it works even if the java project does nothing to attempt to support kotlin.
@leorandomnickname6 ай бұрын
great the video is
@jewulo6 ай бұрын
Is this just not a Monad?
@rockthejvm6 ай бұрын
we do not use the M word lightly
@jewulo6 ай бұрын
@@rockthejvm Oh, I see. Have I blasphemed? Is it not a Monad?
@corlaez5 ай бұрын
No reason to wrap the whole thing in an object, kotlin supports top level functions. Also main doesnt need jvmStatic when is top level and the args is an optional param.