Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala

StringOrInt from Idris -> Scala?

scala idris

If case class inheritance is prohibited, how to represent this?

Interesting DSLs, Implemented in Scala? [closed]

scala dsl

Why illegal start of declaration in Scala?

scala

Noise-free JSON processing with Scala

json scala dsl

What's a "diverging implicit expansion" scalac message mean?

scala

Routes with optional parameter - Play 2.1 Scala

Parsing JSON in Play2 and Scala without Data Type

How to detect Infinity values in Scala?

scala scala-2.10

Print out Scala worksheet results in interactive mode in IntelliJ

Implementing a single Scala constructor that does more than set variables

java scala

Scala type mismatch problem (expected Map, found scala.collection.mutable.HashMap)

scala types map mismatch

How to mock spray-client response

Scala Tuple to String (using mkString)

scala

Pattern matching with shapeless coproduct

Possible to change the package name when generating client code

scala swagger-editor

Why does Iterator have a contains method but Iterable does not, in Scala 2.8?

Sized generators in scalacheck

scala scalacheck

Confused about Scala method calling conventions, specifically the sum function on Seq

scala implicit parentheses

comparing Scala lists with Java lists