Hacker News with Generative AI: Kotlin

Replacing Hugo with a Custom Kotlin Blog Engine (cekrem.github.io)
Don’t get me wrong - Hugo (the stuff that I’m currently using to drive this site) is great. It’s blazing fast, feature-rich, and battle-tested. But as a developer who’s been diving deep into Clean Architecture lately (as you might have noticed from my recent posts), I’ve been itching to apply these principles to a real project. And what better way to learn than by potentially over-engineering my own blog engine?
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)