Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala

scalaz validation and list monad

validation scala scalaz

playframework : i18n + scala

Auto-unboxing in Scala pattern-match

Asymptotic behaviour of Scala methods

scala time-complexity

How to initialize an Option array to None in Scala

arrays scala constructor

How to import several implicit at once?

scala

Why can I use a Java lib from the Scala REPL but not from a script?

java scala classpath

Scala Stream[Int]#foldLeft and Stream[Int]#sum give different results

scala

Play 2.0 with Eclipse 3.6, Scala template editing

Is it possible to implement `??` (a null coalescing operator from C#) in Scala that does not use reflection?

Is there a hotkey for searching for references in IntelliJ when using Scala?

scala intellij-idea

How to say that a type parameter must have one supertype of alternative supertypes?

scala

Modeling with Scala case class

Append element as child of Anti-XML element

xml scala anti-xml

How to assign name to intermediate whilst pattern matching in Scala

scala

scala: implicit conversion does not work

scala

Play: Binary webservice response

Is it possible to have a Map[String,Any] with the name and the values of named parameters in Scala?

scala

How to test actions that expect an uploaded file in Play Framework (version 2.0, using Scala)?

Rendering JSON with Play! and Scala