Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala

Techniques to add a REPL to a Java project

Enable REPL power user mode (:power) from script

How to share resources between projects in SBT

scala sbt xsbt-web-plugin

Scala SortedMap.map method returns non-sorted map when static type is Map

How to handle nested structure when traversing with state monad

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