Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala

Write a thrift server in scala using scrooge and client in python or ruby

scala thrift finagle scrooge

Introduce a counter into a loop within scala

java scala

Instance of trait throws null pointer

scala

scala: add methods to an enum

scala enums

Compiler fooled by mention of recursive function in non-tail position

How to avoid syntax overhead for def definition with pattern matching in Scala?

scala pattern-matching

Generically rewriting Scala case classes

Overriding method as the field in Scala

scala

nested "if"/"match" statement in scala: better approach?

scala if-statement

Performing a simple HTTP GET with Dispatch

scala http scala-dispatch

Run list of akka actors for list of messages

scala akka

Create a function that returns the logical OR of several boolean predicates

Trying to build and run Apache Kafka 0.8 against Scala 2.9.2 without success

scala apache-kafka

differences between List(), Array() and new List(), new Array() in Scala

scala

Direct translation of Haskell monad into Scala

scala haskell monads

Trying to append to Iterable[String]

scala iterable

Grouping adjacent elements in a list

Why is Seq.newBuilder returning a ListBuffer?

scala scala-collections

Iterate two collections in one loop

scala

Currying Example in Scala

scala currying