New posts in scala

How to configure Ivy cache directory per-user or system-wide?

How to declare a variable named 'type' in Play/Scala?

(De)serialize enum as string in Scala 3

Learning Haskell with a view to learning Scala

How to convert a Seq[A] to a Map[Int, A] using a value of A as the key in the map?

How do I convert a Map[Int, Any] to a SortedMap in Scala? Or a TreeMap?

Concurrent Streams Does't Print Anything to Console

Optimal way to create a ml pipeline in Apache Spark for dataset with high number of columns

Why avoid subtyping?

Why spark-shell fails with NullPointerException?

Instantiating a case class from a list of parameters

Why are there two sets of arguments/parenthesis in this Scala method definition?

How does Scala's (2.8) Manifest work?

Can Scala actors process multiple messages simultaneously?

IntelliJ IDEA 13 CE consuming lots of CPU

How to set SCALACTIC_FILL_FILE_PATHNAMES=yes (or other environment variable) for scalac from sbt?

How to transform a Kafka Stream event and send it to another topic only if could be transformed

Akka Logging outside Actor

Failed to initialize compiler: object java.lang.Object in compiler mirror not found

What's the point of declaring an object as "final"?