Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala

Scala: Trait Mixin with Abstract Base Class

case class from Map

scala maps case-class

akka sending a closure to remote actor

scala akka actor

Why does scalaz's implementation of Monoid for Option evaluate the f2 function twice?

scala scalaz scalaz7

Magnet pattern with repeated parameters (varargs)

How do I install and use Scrooge

Why is VectorBuilder in the package scala.collections.immutable?

scala collections

Scala Advanced Type Usage

scala types shapeless

Play! Framework with scala - Form seq(text) binding

What is a "Maximal Sub-expression" in Scala 2.8 specification §6.26.5 Eta Expansion?

Create or extend a companion object, using a macro annotation on the class

What is the idiomatic way for an SBT project to publish 2 artifacts?

What does "ap" of \/ in Scalaz do?

scala scalaz

Scalac gives error found: scala.Boolean(false) required: java.lang.Boolean

scala boolean

scala @switch annotation, does it make any difference to generated byte code?

scala annotations match

How to clean up "a type was inferred to be `Any`" warning?

scala warnings typing

How do I correctly compare Options members in Slick?

Uploaded file only contains "WebKitFormBoundary"

Scala Reflection: How to list all variables in scope?

scala variables reflection

Scala - how to create anonymous class and avoid hiding argument names

scala