Skip to content
ArceApps Logo ArceApps
ES
Back

Articles with tag: Language Design

2 articles found

Mastering Kotlin Scope Functions: let, run, with, apply, also
Kotlin September 15, 2025

Mastering Kotlin Scope Functions: let, run, with, apply, also

let, run, with, apply, also... Which one to use and why? A deep dive into Kotlin Scope Functions, language design theory, and best practices.

Read more
The Billion Dollar Mistake: Null Safety in Kotlin vs Java
Kotlin September 10, 2025

The Billion Dollar Mistake: Null Safety in Kotlin vs Java

Why is 'null' so dangerous? Discover how Kotlin solves the NullPointerException problem at the compiler level and how to design null-safe APIs.

Read more