Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala

What is the best scala-like persistence framework available right now?

Scala 2.8 Actor design document? Akka design document?

scala scala-2.8 actor akka

Type inference question using Scalaz.ListW.<^>

scala type-inference scalaz

Why cannot this case of implicit conversions be optimized?

Jonas Bonér's dependency injection strategy seems limiting--but maybe I don't understand it

Generalising a "next permutation" function

Scala: modify a NodeSeq

xml scala

NullPointerException when accessing overriden val in abstract constructor

scala

Is there a data structure like stream, but weak?

list scala stream

Simplest way to add DOCTYPE to Scala XML?

xml html scala

Set logging level in Akka

scala logging akka

Scala pattern matching syntax

Traits and serialization/deserialization

scala serialization traits

Overriding functions with path-dependent type parameters

Scala Profiler?

scala jvm profiling

scala-redis requires sbt 0.10.1 (other versions don't work) - is that normal?

scala redis sbt

How to make code using Value[T : Numeric] more “flexible” like the “unboxed” counterparts?

Profiling scala for loops using hprof

scala optimization hprof

Situations when Manifest not available

BDD tool for Scala supporting reusable parameterized Gherkin clauses

java scala bdd specs scalatest