Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala

Can the Scala parser framework parse a sequence supplied in "push" mode?

parsing scala

Matching any parameterless function as an argument in scala Mockito

scala mocking mockito specs

How to perform element-wise scalar operations on a vector with Scala Breeze?

scala scala-breeze scalala

Scala: Affine Transformations

scala graphics java-2d

`illegal cyclic reference` error in Eclipse / Scala plugin

scala

Is it possible to access the symbol table in a macro?

Success/failure chain pattern in Scala

How to interrupt task in Scala?

multithreading scala actor

Why can't Scala optimize this match to a switch?

Can't read Integer column using Anorm

scala anorm

What's the conventional way to handle a transaction in Play 2 Scala?

Using scala and java in play framework 2.1 : Session usage

How to configure build.sbt so that xsbt-web-plugin a creates war file without compression?

scala sbt xsbt-web-plugin

scope and benefit of implicit parameter request in a scala play action?

Scala convert WrappedArray or Array[Any] to Array[String]

arrays scala

How can I (best) convert an Option into a Try?

scala scala-option

Is it possible to "curry" higher-kinded types in Scala?

Which characters can I omit in Scala?

syntax scala

Passing enum parameter to a case class does not work

class scala enumeration

How to stack applicative functors in Scala

scala scalaz scala-cats