I really enjoy the "scope" pattern that Kotlin uses. Where to learn more?

This page summarizes the projects mentioned and recommended in the original post on /r/Kotlin

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • KEEP

    Kotlin Evolution and Enhancement Process

  • If you like the idea of CoroutineScope, CoroutineContext, suspend, you will like the Kotlin Coroutines Design proposal https://github.com/Kotlin/KEEP/blob/master/proposals/coroutines.md

  • lively

    A framework for declaring live values that can depend on one another (by bitspittle)

  • in a dependency graph library where, within a scope, I define an extension method on a different class, so if you have an instance of that class and reference it inside a scoped callback, you can access a bunch of extra functionality on that class in that constrained area (link). This is what Jetpack is doing a lot -- within a widget's scope, you have access to a bunch of special methods for modifying children of that widget that only code complete inside the scope.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts