Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 1.35 KB

index.md

File metadata and controls

37 lines (23 loc) · 1.35 KB

Scala Libraries

Testing

Actor Pattern and Akka

Akka is an important tool in the Scala ecosystem for building distributed systems and event sourcing.

Cats

Cats provides abstractions for pure functional programming and is a foundational library as it's types are leveraged in the broader ecosystem of "Typelevel" Scala libraries

Cats-Effect

Cats Effect provides a standard IO type for the Cats ecosystem, as well as a set of typeclasses which characterize general effect types. Critically, this project manages both synchronous and asynchronous (callback-driven) effects.

https://typelevel.org/cats-effect/

Fs2

A purely functional, effectful, compositional, polymorphic and stream processing library for Scala

https://fs2.io