b-studios / scala-effekt

Extensible algebraic effects with handlers

Home Page:http://b-studios.de/scala-effekt

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Extensible algebraic effects with handlers

http://b-studios.de/scala-effekt

License:MIT License


Languages

Language:Scala 100.0%