Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala

Linking to sources from scaladoc?

scala sbt

How to modify previous line in REPL - scala to modify the typing errors to save time compare to entering each line using up/down arrows

Are scala case patterns first class?

Will it be possible to generate several top-level classes with one macro invocation in scala 2.10?

scala macros scala-2.10

Define an abstract class or trait that depends on an implicit

Scala recursive type alias error

scala types

How do you get java method annotations to work in scala

sys.process to wrap a process as a function

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