Scala Effekt Save

Extensible algebraic effects with handlers

Project README

Chat

Disclaimer

This Scala library is different from the equally named standalone "Effekt language", developed by the same authors. Recent publications only address the latter.

Scala Effekt

The Effekt library allows you to structure your effectful programs in a functional way. It thus represents an alternative to traditional monad transformer based program structuring techniques.

To use Effekt (tested with Scala 2.12 and Scala 2.13), include the following line to your build.sbt file:

resolvers += Opts.resolver.sonatypeSnapshots

libraryDependencies += "de.b-studios" %% "effekt" % "0.4-SNAPSHOT"

To learn how to use the library, see Your First Effect.

Open Source Agenda is not affiliated with "Scala Effekt" Project. README Source: b-studios/scala-effekt
Stars
141
Open Issues
3
Last Commit
1 week ago
License
MIT

Open Source Agenda Badge

Open Source Agenda Rating