Hacker News with Generative AI: Kotlin

My Thoughts on Kotlin: Perspectives after 4 years (tylerrussell.dev)
Often, when explaining to other devs that Masset uses Kotlin as our primary backend language, I receive inquisitive and questioning faces. “The Android language? On your backend? That seems odd… Have you considered rewriting it in Rust?” 🤨 
Translating 10M lines of Java to Kotlin (engineering.fb.com)
Meta has been on a years-long undertaking to translate our entire Android codebase from Java to Kotlin.
Kotlin to lose scripting features (infoworld.com)
JetBrains plans to drop some scripting-related technologies from the Kotlin language, including REPL functionality, an obsolete API for Java scripting, the KotlinScriptMojo Maven plugin, and the kotlin-scripting-ide-services library for implementing code completion functionality.
Show HN: Kotlin Money (eriksen.com.br)
Manipulating monetary amounts is a common computing chore. However, no mainstream language has a first-class data type for representing money, it’s up to programmers to code abstractions for it. This isn’t an issue per se until dealing with rounding issues from operations like installment payments (e.g., buy now, pay later), foreign exchange, or even simple things like fee processing and tax collection.
Kotlin for data analysis (kotlinlang.org)
Is Kotlin Multiplatform Replacing Flutter? (ycombinator.com)
Celebrating Kotlin 2.0: Fast, Smart, and Multiplatform (jetbrains.com)
What's New in Kotlin 2.0.0 (kotlinlang.org)
Kotlin Scripting (tutcoach.com)
The reality of Kotlin's LSP and Tooling situation (reddit.com)