Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala

How To Create Temporary Directory in Scala Unit Tests

Scala Regex Multiple Block Capturing

regex scala

Scala - how to define a structural type that refers to itself?

scala structural-typing

Running a Scala app as a Java app

scala

Scala Annotation List?

scala annotations scala-2.8

Use Scala constants in Java

Scala protected object

scala protected

Unable to provide implicit conversion from DateTime to Ordered using implicit conversion to Comparable

scala

how to make scala parser fail

scala

Serializing and unserializing case classes with lift-json

json serialization scala lift

How are Scala's traits not really traits?

scala traits mixins

HOW TO Find by Object ID on MongoDB with Casbah?

scala mongodb casbah

sbt heapsize not enough?

scala sbt heap-memory

How to mix apparently incompatible paradigms: OOP and FP? [closed]

String split behaviour on empty string and on single delimiter string

java scala

How to split a string given a list of positions in Scala

string scala collections

How to query a Array[String] for a regexp match?

scala mongodb casbah salat

Brainfuck compiler in scala

Scala Set.contains doesn't give expected type mismatch error

scala type-conversion

Alternative to doing lots of calculations in constructor - scala

scala constructor