Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala

Is it possible to log the output of the Scala REPL?

Is it possible to defer macro expansion until abstract type is bound to specific type

scala reflection macros

SBT task to copy property file from project folder to webapp

scala sbt

Send certificate file with Scala Dispatch

scala scala-dispatch

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?

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

scala scala-option

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