runarorama / fpiscompanionLinks
Companion booklet for "Functional Programming in Scala"
☆56Updated 10 years ago
Alternatives and similar repositories for fpiscompanion
Users that are interested in fpiscompanion are comparing it to the libraries listed below
Sorting:
- A scala macro for reasonable lazy semantics☆85Updated last week
- An exploration of purely functional library design in Scala.☆103Updated 9 years ago
- ☆25Updated 9 years ago
- ☆83Updated 5 years ago
- Idiomatic example of using functional programming to write a microservice☆72Updated 9 years ago
- Exploration of Scala macros☆152Updated 12 years ago
- Scala implementation of "Freer Monads, More Extensible Effects" - see http://okmij.org/ftp/Haskell/extensible/more.pdf☆49Updated 9 months ago
- Workshop on typeclasses in scala☆27Updated 8 years ago
- Materials for my talk “Unzipping Immutability”☆82Updated 9 years ago
- Source code for the Interpreters workshop at Scala Exchange 2015.☆27Updated 9 years ago
- Alternative to Free monads☆34Updated 8 years ago
- A softer introduction to fp in scala course, based on patterns-in-types and the nicta course.☆57Updated 7 years ago
- obsolete — archival use only☆66Updated 8 years ago
- Discover cats by coding a few simple exercises☆83Updated last year
- Code for my talk, "A purely functional approach to building large applications"☆38Updated 9 years ago
- A reasonable logging library for Scala☆84Updated 7 years ago
- Convert Task to Future, and Future to Task☆63Updated 7 years ago
- Code examples for Underscore's Advanced Scala course☆54Updated 9 years ago
- Quark: An Embedded DSL for Quasar Analytics☆45Updated 8 years ago
- Transform and compose tagless final encoded algebras in scala☆93Updated 7 years ago
- Allows logging in a tree structure so that comprehensive logging does not become incomprehensible☆220Updated last month
- IO types and classes for Scala.☆42Updated 8 years ago
- Getting started in the Scala REPL☆28Updated 9 years ago
- Trying to understand Free Monad by implementing one☆44Updated 8 years ago
- Monadic Scala API for CouchDB☆44Updated 10 years ago
- Discover java object sizes through questionable sleuthing plus luck.☆68Updated 7 years ago
- Scala library for working with {tab,colon,semicolon,comma,pipe,etc}-separated files.☆69Updated last year
- Scala compiler plugin which provides syntax for working with locally declared implicit values☆54Updated 10 years ago
- A library providing automated refactoring support for Scala.☆68Updated 6 years ago
- My tinkering to understand the typeclassopedia.