A syntax for type-safe effectful computations in Scala
☆175Apr 22, 2016Updated 9 years ago
Alternatives and similar repositories for effectful
Users that are interested in effectful are comparing it to the libraries listed below
Sorting:
- Mixin classes and traits dynamically☆10Sep 4, 2017Updated 8 years ago
- A scala macro for reasonable lazy semantics☆85Feb 23, 2026Updated last week
- Syntactic sugar for monad composition in Scala☆278Aug 12, 2024Updated last year
- A compiler plug-in to control object lifetimes in Scala☆65Jul 15, 2017Updated 8 years ago
- macro-compat is a small library which allows you to compile macros with Scala 2.10.x which are written to the Scala 2.11/2 macro API.☆83Jun 7, 2019Updated 6 years ago
- Array-based immutable collections for scala☆86Mar 22, 2018Updated 7 years ago
- Work in progress: Simpler and more powerful alternative to Scala's built-in for-comprehension syntax☆25Jun 23, 2016Updated 9 years ago
- Extensible algebraic effects with handlers☆148Updated this week
- Minimal infrastructure for type class providers to support the inclusion of derived, subclass and other orphan instances in their implici…☆89Oct 1, 2019Updated 6 years ago
- A compiler plugin to add support for trailing commas in Scala 2.11☆36Jun 28, 2016Updated 9 years ago
- Labeled records for Scala based on structural refinement types and macros.☆159Jun 10, 2019Updated 6 years ago
- Scala Records: Extensible records and type-indexed maps☆81Jul 6, 2015Updated 10 years ago
- Spire's macros for zero-cost operator enrichment☆189Dec 17, 2019Updated 6 years ago
- Convert Task to Future, and Future to Task☆63May 3, 2018Updated 7 years ago
- First class syntax support for type classes in Scala☆931Mar 27, 2024Updated last year
- Invertible syntax and partial isomorphisms for Scala☆31Nov 28, 2017Updated 8 years ago
- Acyclic is a Scala compiler plugin to let you prohibit circular dependencies between files☆252Feb 20, 2026Updated last week
- A macro library that converts native imperative syntax to scalaz's monadic expressions☆255Aug 19, 2024Updated last year
- ☆22Nov 8, 2017Updated 8 years ago
- Type safe delta☆55Nov 11, 2024Updated last year
- Rebind is a Scala port/remake of the Haskell retry library.☆16Jun 8, 2015Updated 10 years ago
- Type-level validation for Scala☆169Apr 18, 2016Updated 9 years ago
- Minimum boilerplate lib and pattern for Free/Coproduct/Inject based applications☆27Updated this week
- Provides protection against cascading failures and system overload.☆28May 17, 2024Updated last year
- Fast, deboxed, specialized data structures for Scala☆267Jul 8, 2021Updated 4 years ago
- doc/tutorial generator for scala☆575Apr 12, 2021Updated 4 years ago
- Exploration of the Free monad without point