Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala

How can we write maven2 plugin in Scala?

java scala maven maven-plugin

Erlang/Scala Migrating Actors from one node to another

Map withDefault of an empty ListBuffer in scala

scala map mutable

Play 2.0 models best practices

Scala Real Interval, Int Interval

Is it possible to integrate Cake-Pattern and Macros?

Writing foldTerm from 'Data types ala Carte' in Scala

scala scalaz

Why makes calling error or done in a BodyParser's Iteratee the request hang in Play Framework 2.0?

Can reflection extract initial values used in a trait?

scala reflection scala-2.10

CDN usages on Play 2.0

Scala XML: test for node existence and value

xml scala

Scala Monoid[Map[A,B]]

Scala incompatible nested types created in implicit class

Scala's blocking context doesn't seem to do well with mixed blocking / non-blocking jobs. Why?

Why does Doobie use free monad?

scala doobie

Scala compilation error: not found: type _$1

Why does this compile under Java 7 but not under Java 8?

Try ... catch ... finally return value

scala

Is there such a thing as bidirectional maps in Scala?

Funny observation about (recursive) structural types in Scala

scala structural-typing