Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala

Scala, Actors, what happens to unread inbox messages?

Writing a generic 'fill' method

Do constructor arguments get GC'ed?

Exchanging a type parameter's upper bound for an evidence parameter

How to serve XML and JSON with Play! 2.0

What is the best way to use enrich-my-library in scala?

scala enrich-my-library

Implicits and order of declaration

scala implicit

How can (1 +) be ever a function?

scala

Pass variable-length arguments to another function expecting the same?

scala variadic-functions

Overriding subclass methods with subclassed arguments?

Ensuring hygiene in the absence of reify

scala

Function arguments: upper bound vs parent class as argument?

Carry on information about previous computations

Parsing a file with BodyParser in Scala Play20 with new lines

Comparing date strings with actual dates in Scala

scala

What's a shebang line for Scala that doesn't corrupt mimetype?

scala shebang

Best way to handle object's fields validation => Either / Try (scala 2.10) / ValidationNEL (scalaz)

What is a good way to handle default values with spray-json

scala spray spray-json

Unit in scala - Not able to understand

scala

Generic getter method for tuples in Scala which preserves dynamic type?

scala generics types tuples