underscoreio / doodlebot
An Essential Scala case study using Finch and Scala.js
☆9Updated 8 years ago
Alternatives and similar repositories for doodlebot:
Users that are interested in doodlebot are comparing it to the libraries listed below
- ☆25Updated 8 years ago
- Everything you need to make type classes first class.☆61Updated 9 years ago
- Alternative to Free monads☆34Updated 8 years ago
- A scala macro for reasonable lazy semantics☆84Updated 2 weeks ago
- Totalitarian: typesafe data structures for working with total functions☆49Updated 6 years ago
- Convert Task to Future, and Future to Task☆63Updated 6 years ago
- A utility harness for testing free programs (built on specs2)☆29Updated 3 years ago
- Automatically perform shallow merges on case classes. Treat your data with the latest updates!☆41Updated 7 years ago
- Example code from my presentation on shapeless type class derivation☆29Updated 9 years ago
- This repository contains a minimal SBT project for experimenting with a fix for SI-2712☆19Updated 8 years ago
- Forget your methods☆41Updated 7 years ago
- Transform and compose tagless final encoded algebras in scala☆94Updated 6 years ago
- Free wrapper specialized to Coproducts of DSL/Containers☆23Updated 8 years ago
- Finally Tagless Blocking Implementation☆92Updated 2 years ago
- Type safe delta☆55Updated 4 months ago
- Scalatest bindings for scalaz.☆23Updated 8 years ago
- Message Acknowledgement for Akka Streams☆18Updated 3 years ago
- IO types and classes for Scala.☆42Updated 8 years ago
- Code for my talk, "A purely functional approach to building large applications"☆38Updated 9 years ago
- Scala compiler plugin which provides syntax for working with locally declared implicit values☆54Updated 9 years ago
- Provides type classes for datetime values. Works both on JVM & ScalaJS.☆40Updated last year
- Trying to understand Free Monad by implementing one☆43Updated 8 years ago
- Typeclass-based HashSet/HashMap for Scala