Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala

best practice to use scala immutable Queue

scala queue

How to use sbtosgi to generate osgi bundle as part of sbt publish task

scala osgi sbt

Overriding curried functions in Scala

scala

Seemingly spurious "does not take arguments" error with case class constructor

scala case-class

Why does partially applied function defer class instantiation in Scala?

scala

Scala Parser that sometimes skips whitespace and sometimes does not

parsing scala

Can I use monad transformers to simplify this composition?

Suppress return types in sbt console / Scala REPL

Netty SslHandler headache

scala netty

Sending POST Request to Twitter API with Play Framework 2.0

scala playframework-2.0

Strange behavior with reflection in Scala

scala reflection scala-2.10

What does the <% operator mean in Scala generics? [duplicate]

scala generics specs2

Scala - Initialize REPL environment

Scala is not inferring the appropriate method

Delegate java.util.List#toArray(T[] a) in Scala

java scala

Scala :: lazy value is null unless printed?

How to express this type in Scala? Existential with type class (ie, implicit) restriction?

How to splitAt a scala list using shapeless

scala shapeless

Creating a recursive data structure using parser combinators in scala

Specs2 and @Before/@After-like methods

scala specs2