SaaSHub helps you find the best software and product alternatives Learn more →
Dotty-cps-async Alternatives
Similar projects and alternatives to dotty-cps-async
-
rescript
ReScript is a robustly typed language that compiles to efficient and human-readable JavaScript.
-
InfluxDB
InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
-
-
jsoniter-scala
Scala macros for compile-time generation of safe and ultra-fast JSON codecs + circe booster
-
-
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
scala-gopher
Implementation of CSP constructions (Communication Sequence Process, i.e. go-like channels) in scala
-
-
-
-
-
-
-
shim--scala-async
shim which allows to compile scala program which use scala-async on dotty with dotty-cps-async
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
dotty-cps-async discussion
dotty-cps-async reviews and mentions
-
Help a Kotlin convert back into Scala world
Now in scala we have direct mode transformers: dotty-cps-async [https://github.com/rssh/dotty-cps-async] with cps-async-connect [https://github.com/rssh/cps-async-connect ] supports all well-knowm monad stacks, for ZIO also exists ZIO-direct [https://github.com/zio/zio-direct ] , for IO - cats-effect-cps [https://github.com/typelevel/cats-effect-cps ], for kyo [https://github.com/fwbrasil/kyo ] - kyo-direct.
-
dotty-cps-async 0.9.12 is out
dotty-cps-async: https://github.com/rssh/dotty-cps-async
-
The case against Effect Systems (e.g., the IO data type)
Hmm, you can write direct-style code with monad: https://github.com/rssh/dotty-cps-async allows this, exists support libraries exist for near all well-known effect systems: https://github.com/rssh/cps-async-connect, so you can use async/await with IO/ZIO the same as with Future. Although in IO style, any operation that mutates state is async, it's hard to write code where you should place `await` near each line. And it looks like automatic coloring is a too radical change of concepts for most functional programmers. The option to allow using <- in the direct style may be more popular, but this requires changes to the scala core. Another question - are we need effective systems to be present in each program in industrial-style development? Here I agree that mostly no.
- dotty-cps-async 0.9.11 is out. (bugfixes and experimental loom support)
- dotty-cps-async 0.9.9
- New Scala 3 Codebases
- Also dotty-cps-async 0.9.8 with scala-native support
- dotty-cps-async 0.9.8 with scala-native support
-
Dotty-cps-async 0.9.7 is released.
This is a generic async/await transformer for scala3 which allows using effectful monads in the direct style. URL: (https://github.com/rssh/dotty-cps-async )
-
Language-assisted Flattening
dotty-cps-async [rssh/dotty-cps-async ] with automatic coloring do something very similar in two steps. Automatic coloring defines implicit conversion F[A] => A as x => await(x)(m). The compiler inserts those awaits inside async blocks and then eliminates them later via cps-transform. Exists some limitations which we need to add for effect monads like IO (we don't want run effect twice and don't want to screw semantics of effects by extra memoizing). So, if your language has a possibility to implement effect monads, then you need a possibility to restrict using Flattenable.
-
A note from our sponsor - SaaSHub
www.saashub.com | 12 May 2025
Stats
dotty-cps-async/dotty-cps-async is an open source project licensed under Apache License 2.0 which is an OSI approved license.
The primary programming language of dotty-cps-async is Scala.
Popular Comparisons
- dotty-cps-async VS cps-async-connect
- dotty-cps-async VS scala3-example-project
- dotty-cps-async VS Rx.NET
- dotty-cps-async VS libretto
- dotty-cps-async VS woof
- dotty-cps-async VS scala-gopher
- dotty-cps-async VS jsoniter-scala
- dotty-cps-async VS scala-3-migration-guide
- dotty-cps-async VS sauerkraut
- dotty-cps-async VS dedav4s