Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala

Union types as bound for type parameters of a trait (scala)

scala

Scala 2.10 compiler takes 10x longer after first time in SBT

scala scala-2.10

Why am I getting memory quota exceeded errors on Heroku even while unused? (play2/scala)

How can I evaluate a lazy val using reflection?

Configure working directory of Scala worksheet

scala worksheet scala-ide

why both transform and map methods in scala?

api scala map lazy-evaluation

Set sequencing type puzzle

scala types scalaz scalaz7

How do I leveraging SLF4J varargs logging in Play2.1 framework?

scala playframework

How to create routers in akka with parameterized actors?

scala constructor routing akka

Which languages support Lenses or similar way to update immutable nested structures?

java scala immutability lenses

Play-slick with SecureSocial: Running DB IO in a separate thread pool

Scala and Play framework 2.2.0, Action.async and isAuthenticated

Access database column names from a Table?

scala slick

How to pipe the result of a transformation chain to a function?

Can I specify constraints on type members of type parameters?

scala

SBT 0.13 taskKey macro doesn't work with [Unit]?

scala sbt

Akka: Testing interactions with the IO managers

scala akka

How do I add a no-arg constructor to a Scala case class with a macro annotation?

IDEA Scala: Could not find output directory

scala intellij-idea

Random shuffle not working for Range

scala