Posted on Leave a comment

Terminal, CLI + Kotlin

Terminal-based HTTP/REST client
[https://github.com/LucasPickering/slumber]

Build terminal UI in Kotlin using Jetpack Compose
[https://github.com/JakeWharton/mosaic]

Mordant is a multiplatform library for rendering styled text in the terminal. You can use it to add color and style to text, create tables, draw animations, and more.
[https://ajalt.github.io/mordant/]

Clikt (pronounced “clicked”) is a multiplatform Kotlin library that makes writing command line interfaces simple and intuitive. It’s the “Command Line Interface for Kotlin”.
[https://ajalt.github.io/clikt/]

Posted on Leave a comment

Kotlin K2 compiler

K2 Compiler Performance Benchmarks and How to Measure Them on Your Projects

https://blog.jetbrains.com/kotlin/2024/04/k2-compiler-performance-benchmarks-and-how-to-measure-them-on-your-projects/?lidx=0&wpid=467702

Как новый компилятор K2 ускоряет компиляцию Kotlin на 94%
[https://habr.com/ru/companies/kts/articles/813085/]

Continue reading Kotlin K2 compiler