Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala

How to use scala 2.10 trunk with sbt 0.11.0? (Unresolved dependencies)

scala sbt scala-2.10

Every "setter" method requires a "getter" method in Scala?

scala syntax setter getter

Can I use groovy templating instead of scala for Play 2.0 based Java applications?

How can I approximate the size of a data structure in scala?

performance scala jvm

Why is there a fold method for Form in Play 2.0.2?

api scala playframework

Is it safe to nest macro invocations?

scala macros scala-2.10

Is there a quick way to show the code of a method declared in the Scala Console?

Scala Play Framework getting user's ip address

scala playframework

Scala: how to split using more than one delimiter

list scala split

What's the Scala + sbt workflow equivalent of Ruby + Bundler with a Gemfile?

Converting integers to peano numbers using the type system

Manually creating actor hierarchy in akka

scala akka actor

Scala RedBlackTree syntax

Scala: idiomatic way to merge list of maps with the greatest value of each key?

Passing a individual arguments AND a Seq to a var-arg function

scala variadic-functions

Scala deserialization: class not found

Multiple flatMap methods for a single monad?

scala haskell monads

Where does Scala store information that cannot be represented in Java?

scala bytecode

Create a MySQL connection in Playframework with slick

How come I can define generic exception types in Scala?

java scala jvm