Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala

Integrate Client-side Validation

Method taking implicit CanBuildFrom does not work with eta-expansion?

scala scala-collections

Automated performance testing framework

java performance scala testing

DB schema migration in Lift

Why does Scala define a "+=" operator for Short and Byte types?

scala scala-2.8 scala-2.9

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

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