Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala

1 :: List[Nothing] in foldLeft

scala haskell generics

How to use Reactive Streams for NIO binary processing?

How can I write a function have a polymorphic return type based on the type argument of its type parameter?

What does case _: mean in scala

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