Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala

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

using Java generic method from Scala

Making more "functional" code in Scala to use immutable collections

Can I override the toString method of an anonymous function in Scala?

scala

Play: error: not found: value playScalaSettings

Possible to have named constants in scala?

scala