Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala

Pure FP in Scala?

how to make scalatest work with spraytestkit and HttpServiceActor

scala akka spray

How to use reflection at compile time

scala reflection

Generic programming & Rotten Bananas in Scala involving functional dependencies

illegal inheritance, how to design my hierarchy to create my UnitSpec

scala scalatest

Scala Macros: Checking if a Java Field is marked as transient

scala scala-macros

Return type depending on parameter type (e.g. Await.ready()) does not work as expected

pattern matching function signatures with ClassTags/TypeTags

scala scala-2.10

How to specify number of checks to the forAll method in property checks

scala scalatest scalacheck

Modelling producer-consumer semantics with typeclasses?

Ambiguous implicit conversions causing compile failure in Scalatest and Argonaut.io

scala scalaz scalatest

How to easily send local file to Google Cloud Storage in Scala

Handling exceptions in Play framework

How to ask for the same type in Scala generics without introducing a third type parameter?

scala generics

Why does Scala have SeqView but not SetView?

scala scala-2.10

Option.fold - why is its second argument not a binary operator?

scala fold scala-option

Play with Activator Issue on IntelliJ Idea 14

IntelliJ and Play framework

scala sbt test run setup and cleanup command once on multi project

scala testing sbt integration

How can I handle a > 22 column table with Slick using nested tuples or HLists?

scala tuples slick scala-2.11