Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala

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

How to make Squeryl work with the Play! Framework?

Why scala's pattern maching does not work in for loops for type matching?

Redirect string to scala.sys.process

scala

Pattern Match "return" value

scala pattern-matching

How to split F[A \/ B] into (F[A], F[B])

scala scalaz scalaz7

How to generate javadoc-style documentation for Scala-only project in sbt?

java scala sbt

Is it possible to make non-capturing groups work in scala regexes when pattern matching

regex scala