Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala

fork and join using Akka

Find a type in REPL?

scala

Sbt alternative to "mvn install -DskipTests"

scala maven-2 sbt

Scala: Trait Companion Object is not visible in Java

java scala

Implicit within pattern match

How do you convert a java.util.Collections.unmodifiableMap to an immutable Scala Map?

scala

@throws in Scala does not allow calling Java to catch correct exception type

How to let the user switch language in playframework 2

using dbpedia spotlight in java or scala

java scala dbpedia

Scala, Currying on multi parameter-group method including implicit params?

scala currying

How exactly does the Scala implementation of <:<, <%<, =:= work in the compiler?

Constrain function based on origin (Path Dependent type? Type Generation?)

scala path-dependent-type

SBT always downloads the packages/scala libraries

scala sbt

java vs scala - reading in file on a separate thread

Field-specific error messages in Play Framework/Scala forms

Higher-Order Functions with Tuples

scala

How can I deserialize from JSON with Scala using *non-case* classes?

json scala

Handling timeouts in immutable classes

Read a matrix from a file in Scala Breeze

scala scalala scala-breeze

Is it possible to implement something akin to Scala's @BeanProperty with macros?

scala macros scala-macros