Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala

MapReduce implementation in Scala

How to force Logger.debug output in Play! framework specs2 tests?

assembly-merge-strategy issues using sbt-assembly

Is using Scala on Android worth it? Is there a lot of overhead? Problems? [closed]

android scala

Why is a "type class" called "type class"?

scala haskell typeclass

Confused how to set up a multi-project sbt project

scala playframework sbt

Scala: packages cannot be represented as URI

scala installation

Why is Scala hashmap slow?

Scala unexpectedly not being able to ascertain type for expanded function

scala

How to attach sources to SBT managed dependencies in Scala IDE?

scala sbt ivy scala-ide ivyde

Why does Scala apply thunks automatically, sometimes?

Why does Scala not have a return/unit function defined for each monad (in contrast to Haskell)?

scala haskell monads

How to add native library dependencies to sbt project?

scala sbt

How to use scala trait with `self` reference?

scala

Re-run with -feature for details

scala playframework

Is it possible to use 'yield' to generate 'Iterator' instead of a list in Scala?

Scala transform list of tuples to a tuple of lists

scala

Scala Nil equivalent for Set

scala scala-collections

How do I change intellij idea to compile with scala 2.11?

scala intellij-idea

Is there an API method that compares contents of a Seq irrespective of order?

scala equality