Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala

How to develop macro to short-circuit null?

scala macros

how to deserialize DateTime in Lift

Difference between sorted and sortBy

Strange issue with SBT, println, and scala console application

In IntelliJ Scala plugin, can I use scala-compiler.jar retrieved via <dependency> in `pom.xml`?

scala maven intellij-idea

Working with immutable HashMap in Scala

scala hashmap

How to return correct type from generic function passed a related abstract type parameter

scala

Running `play test` on OSX causes a java app to appear in the dock

waiting for "recursive" futures in scala

scala future

Scala serialization exception with Enumeration Value

Serving local images with Play 2 / Scala

scala playframework-2.0

Comparing type mapped values in Slick queries

scala slick

What is the usage of a final var in Scala

scala

Scala cake-pattern compile error with Precog config pattern

Custom "let" expression in Scala

scala syntax let

Scala iterator: "one should never use an iterator after calling a method on it" - why?

scala iterator

How to match a `universe#Type` via quasiquotes or deconstructors?

Why does List.toString and Vector.toString return a nice representation but not Array.toString?

scala

Sending a custom POST https request in dispatch (+cookies, + headers)

How are closures implemented in scala?

scala closures decompiling