New posts in scala

Linearization order in Scala

Underscore in List.filter

LINQ analogues in Scala?

What's the right way to use scala.io.Source?

Scala single method interface implementation

Scala-Spark Dynamically call groupby and agg with parameter values

Get TypeTag[A] from Class[A]

What is a diverging implicit expansion error?

How to remove parentheses around records when saveAsTextFile on RDD[(String, Int)]?

Substantial Android development in Scala [closed]

Spark-Monotonically increasing id not working as expected in dataframe?

Using Scalaz Stream for parsing task (replacing Scalaz Iteratees)

Why is PartialFunction <: Function in Scala?

Referring to the type of an inner class in Scala

What is coming up for scala in 2.10? [closed]

What's the difference between `::` and `+:` for prepending to a list)?

How to mix-in a trait to instance?

Noise free JSON format for sealed traits with Play 2.2 library

How are Java threads heavy compared to Scala / Akka actors?

Should exceptions be case classes?