Hacker News new | past | comments | ask | show | jobs | submit login
Show HN: Javalin REST Library – Rewritten in Kotlin (javalin.io)
5 points by javalin on June 5, 2017 | hide | past | favorite | 1 comment



Got some good feedback here last time, so posting again. I rewrote the library to Kotlin, but I had to leave a few things java, mainly the SAM interfaces and the Javalin class iteself. This had to be done due to limitations in Kotlin (https://youtrack.jetbrains.com/issue/KT-14151, https://devnet.jetbrains.com/thread/461516)

The rest of the library will be ported to Kotlin if this issue is resolved, or and alternative solution is discovered.

I guess the biggest change for Kotlin devs is that Request and Response are now Kotlin.

Feedback/criticism is welcome!




Consider applying for YC's Fall 2025 batch! Applications are open till Aug 4

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: