Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala

Is it good practice to make case classes sealed?

scala

Typed Holes in Scala?

scala haskell

Convert value depending on a type in SparkSQL via case matching of type

scala apache-spark

Scala: Can I nudge a combinator parser to be locally greedy?

scala parsing combinators

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