Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala

How to make atomic exchange -- Scala way?

multithreading scala atomic

Serialization in Scala / Akka

scala serialization akka

Recommend practices for storing application transient config

java scala playframework

With ProGuard, what is the impact on testing strategy?

Trying to understand scalaz state monad

scala lift scalaz state-monad

Disabling play.jobs.Job from running while in test mode in play framework

scala playframework

What would be a good application for an enhanced version of MapReduce that shares information between Mappers?

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's blocking context doesn't seem to do well with mixed blocking / non-blocking jobs. Why?

Scala compilation error: not found: type _$1

Why aren't type parameters allowed in Scala auxiliary constructors?

templates scala constructor

What parts of the Java ecosystem and language should a developer learn to get the most out of Scala?

scala

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

Returning a value from try-catch

scala

Pattern matching against Scala Map type

scala map pattern-matching

Try ... catch ... finally return value

scala

Funny observation about (recursive) structural types in Scala

scala structural-typing