vertx3-lang-kotlin icon indicating copy to clipboard operation
vertx3-lang-kotlin copied to clipboard

Why should I use this plugin instead of programming directly in Kotlin in a regular Vert.x java project?

Open poiuytrez opened this issue 7 years ago • 3 comments

I am interested by Kotlin & Vert.x and I found this project. It is written on the description that it provides a better programming experience. What does it change from regular Kotlin/Vert.x via Java compatibility?

poiuytrez avatar Aug 24 '16 08:08 poiuytrez

At first you can look at examples (https://github.com/cy6erGn0m/vertx3-lang-kotlin/tree/master/src/examples/kotlin) that were rewritten from the original repo. However I suspect that the question need to be answered more detailed.

cy6erGn0m avatar Sep 05 '16 16:09 cy6erGn0m

it would be great to have a more official support for Kotlin in Vert.x using the code generation.

I'm particularly thinking into the upcoming coroutine support for Kotlin (I've implemented an integration prototype here https://github.com/vietj/kotlin-coroutines).

@cy6erGn0m are you interested in such effort ?

vietj avatar Sep 05 '16 17:09 vietj

@vietj Yes, we are. Looks interesting

cy6erGn0m avatar Sep 07 '16 10:09 cy6erGn0m