Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala-2.8

What should ",7-6-5-4-3-2-1,".split(',') return?

string scala split scala-2.8

Scala 2.8 TreeMap and custom Ordering

scala scala-2.8 treemap

Implementing Seq[T] for CPS-Classes

maven and lift using scala 2.8 : lift-mapper missing?

Scalaz Kleisli question

infer a common supertype based on a parameter value and function parameter types

What are main changes from scala 2.8.1 to scala 2.9.1?

How to convert an untyped java.util.List to a Scala 2.8 Buffer

Nested trait in class constructor in scala

scala scala-2.8

scala 2.8 collections inconsistency?

Scala: Constraint on generic class type

generics scala scala-2.8

Wrong number of arguments invoking a Scala constructor using reflection

reflection scala scala-2.8

How do I create an XML root node in Scala without a literal element name?

xml scala scala-2.8

Extending Scala collections: One based Array index exercise

Stream of readLines

Scala @throws multiple exceptions

How to define scala type for no argument function?

Scala methods ending in _=

scala scala-2.8

Does it make any sense to use pattern matching in Scala with really simple cases?

Scala: Implementing a subtype of Numeric[T]