Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala

Processing optional xml attributes in Scala

Scala tool similar to Linqpad

scala linqpad

Is there an equivalent of the Java Sound API?

scala

Unexpected behaviour of iterator on String

string scala iterator

Is there a CMS for Lift?

How do I create a generic Scala function that returns an object based on the generic type?

Formal definition of Scala continuations

scala continuations

How to write an enumeratee to chunk an enumerator along different boundaries

Play 2.0: Optional list in query

Usefulness of explicitly-typed self references in the Cake Pattern

scala cake-pattern

Calling Scala code from Java with java.util.List when Scala's List is expected

Where does scala compiler store ASTs?

scala

What is the difference between static and dynamic trait mixins

scala traits

setting sbt scalafx project

scala javafx-2 sbt

Play & Akka and blocking threads for database access

Scala Array map returns ArraySeq

scala

Benchmarking in scala [duplicate]

scala benchmarking

missing parameter type error by calling toSet

scala

Scala Range(x, Int.MaxValue) vs. Stream.from(x)

scala stream range

scala dynamically determined type

scala