Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala

Scala by name parameters with multiple argument lists and currying

scala

Will running everything from RAM disk speed up scala compile time?

scala jvm sbt jrebel

Issue resolving arity of function args to drive list processing, using Shapeless

scala shapeless

"Better" scala stack traces

scala stack-trace

Why do we need scalaz.stream over iteratee?

In SBT, how to use addSbtPlugin with a Github URL?

Printing interpolated SQL query in Slick

Why is this call to implicitly ambiguous?

scala implicit

Using Scala continuations for non-blocking APIs

scala continuations

An example of xml processing but using anti-xml instead of Scala xml

scala anti-xml

How should FRP work at the top level?

Strange pattern matching behaviour with AnyRef

scala pattern-matching

Today's options for an easier migration path to Play 2

guidance on jvm options in idiomatic scala

transforming a Seq[Future[X]] into an Enumerator[X]

scala playframework-2.0

SBT: How to make one task depend on another in multi-project builds, and not run in the root project?

scala sbt

how to create remote actors dynamically and control them by using AKKA

scala akka distributed

Make tests in multi project sbt projects run only if tests pass in dependent projects

scala testing sbt

What is the standard binary search tree structure to use in Scala?

Pass Parameters to Scala Object

scala