Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala

how to use new scala 2.8.0 nested annotations

Scala: jaxb or similar?

xml scala jaxb

Is there a way to let arguments be var instead of val?

How can I convert a case class to a lift-json jobject class?

json scala lift

Organizing enumerations in Scala

scala enumeration

How can I invoke the constructor of a Scala abstract type?

scala

Using constructor where function expected

How to create Scala project in proper way?

java eclipse scala scala-ide

Scala object private scope with inner classes and methods

scala private inner-classes

Scala println not working with App trait

scala scripting println

Embedding XML (and other languages?) in Scala

scala dsl

Similarities and differences between Scala macros and C++ templates [closed]

c++ templates scala macros

Does Scala have a statement equivalent to ML's "as" construct?

scala pattern-matching sml

Using Scala type aliases from Java code

How are Scala Futures chained together with flatMap?

scala monads future

Convert polymorphic case classes to json and back

json scala spray spray-json

Single iteration => Multiple output collections from Java to Scala

java scala

Hyphenated sub project names with new sbt 0.13 multi-project definition

scala sbt

Scala TraversableOnce and toSet

scala

Why is this specs2 test using Mockito passing?

scala mockito specs2