c.im is one of the many independent Mastodon servers you can use to participate in the fediverse.
C.IM is a general, mainly English-speaking Mastodon instance.

Server stats:

2.8K
active users

#kotlin

56 posts47 participants6 posts today

I like Kotlin's approach to multi-platform targeting (e.g., JS, WASM, Native) more than I like Scala's.

Scala has a big standard library, which also depends on Java's library. So the approach was to reimplement a significant chunk of Java's stdlib for JS and native, with all the baggage. Kotlin's approach was much lighter.

On a recent toy project, for the same code, the compiled production binary's size is:
‣ Scala.js —159K
‣ Kotlin/JS — 44K

I am very lucky to be working as a freelancer on a project that I love & use in all my apps: #TelemetryDeck. 📡

Recently, I've had the pleasure of contributing my own ideas to the project. Today, I'm happy to introduce a new feature that's been long awaited: Duration Signals!

🔗👇 (1/2) 🧵
telemetrydeck.com/docs/article

telemetrydeck.comTrack User Engagement with Duration Signals in TelemetryDeck | TelemetryDeck
More from TelemetryDeck