Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala-2.8

Targeting Android with Scala 2.8 Trunk builds

android scala scala-2.8

When is a return type required for methods in Scala?

How can Scala actors return a value in response to a message?

scala scala-2.8 actor

Implicit conversion from String to Int in scala 2.8

scala scala-2.8

Transforming Scala varargs into Java Object... varargs

scala scala-2.8

Minimal framework in Scala for collections with inheriting return type

How to unimport String "+" operator in Scala?

scala scala-2.8

What is the proper way to remove elements from a scala mutable map using a predicate

Scala: Matching optional Regular Expression groups

Why does Iterator have a contains method but Iterable does not, in Scala 2.8?

Scala pattern matching with lowercase variable name

scala scala-2.8

Scala Actors: Different behavior on JRE 1.5 and 1.6

scala scala-2.8 java actor

scala Remove (in place) all elements of a ListBuffer that meet a condition

scala scala-2.8 listbuffer

cannot find class manifest for element type T

scala scala-2.8

Scalaz: request for use case for Cokleisli composition

What is the most straightforward way to parse JSON in Scala?

Scala Array constructor?

scala arrays scala-2.8

Proxies / delegates in Scala

scala delegates scala-2.8

Is it possible for an optional argument value to depend on another argument in Scala

Why does this explicit call of a Scala method allow it to be implicitly resolved?

scala scala-2.8 implicit