Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala

Scala/Hadoop: Specifying Context for Reducer

scala hadoop mapreduce

Reuse property with version number when adding a dependency in sbt

scala build dependencies sbt

Why doesn't scala's parallel sequences have a contains method?

Shapeless : Prepend. Implicit not found

Scala: shorthand to import object Foo._ and trait Bar

scala object import traits

Does it make sense to write a forum in Scala? [closed]

scala open-source forum

What is `class A[_]` useful for?

scala higher-kinded-types

Maven only picks src/main/java or src/main/scala as source folder, never both

java eclipse scala maven

Either, Options and for comprehensions

scala monads either

Change output directory of sbt

Confusion with 'lifting' functions in Scala

Instantiate a class with Scala Macro or reflection

How can I get all object vals and subobject vals using reflection in Scala?

scala object reflection hash

When to use the ST monad in Scala?

scala monads scalaz

Do I need to use @tailrec in Scala?

Why if I extend the App trait in Scala, I override the main method?

scala

How to make a nested toSet in scala in an idiomatic way?

list scala set nested seq

Token based authentication using Play 2 Framework

Slick 2.0 Generic CRUD operations

How can I use Shapeless to create a function abstracting over arity

scala shapeless