adelbertc / scala-sandboxLinks
Random Scala thought experiments and miscellany.
☆11Updated 9 years ago
Alternatives and similar repositories for scala-sandbox
Users that are interested in scala-sandbox are comparing it to the libraries listed below
Sorting:
- This library has been succeeded by cats-tagless☆40Updated 7 years ago
- tagless final macro☆18Updated 10 years ago
- A TypeScript compiler written in Scala (wip)☆17Updated 9 years ago
- Run javap directly from the SBT console☆30Updated 7 years ago
- 🤖Github bot for checking code formatting with scalafmt☆16Updated 7 years ago
- A way to show data in tabular form☆15Updated 6 years ago
- Provides protection against cascading failures and system overload.☆28Updated last year
- A utility harness for testing free programs (built on specs2)☆29Updated 4 years ago
- ☆29Updated 11 years ago
- Library that eases the usage of Free Monads based on cats and allows to compose multiple free monads into one.☆17Updated 9 years ago
- replace scalacheck-shapeless with scalacheck-magnolia for insane compilation speed up☆34Updated 6 years ago
- This repository contains a minimal SBT project for experimenting with a fix for SI-2712☆19Updated 9 years ago
- An sbt plugin that provides the check task (i.e. compile up to, and including, the typer phase)☆19Updated 8 years ago
- Extensible protocols for Scala☆13Updated 9 years ago
- Concise syntax for polymorphic values in Scala 2.x.☆54Updated 3 years ago
- Scala Library for transforming subsets of values within a functor.☆18Updated 3 years ago
- Companion repository for 'No More Orphans'☆14Updated 3 years ago
- Work in progress: Simpler and more powerful alternative to Scala's built-in for-comprehension syntax☆25Updated 9 years ago
- Proof-of-concept Prolog compiler that compiles down to Scala implicits.☆20Updated 9 years ago
- type-classes for structural manipulation of algebraic data types