Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala

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

Infer HList type when building the list with a macro

How to include file in production mode for Play framework

Parsing a simple array with Spray-json

scala spray spray-json

Operation on Data Frame

Using mapTo with futures in Akka/Scala

scala casting future

How to compute the inverse of a RowMatrix in Apache Spark?

Scala: Ignore Future return value, but chain them

Scala's trait mix-in call chain

scala traits

Idiomatic Scala way of generating combinations lazily

scala combinations