Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala-2.10

Scala : Way to use a function directly into the println(...) using string interpolation

converting Akka's Future[A] to Future[Either[Exception,A]]

Scala: How can I split a String into a Map

Is there a way to get proper report of runtime compilation errors in scala 2.10?

How do you deserialize immutable collection using Kryo?

How to distinguish compiler-inferred implicit conversion from explicitly invoked one?

How to make implicit conversion work during pattern matching

Creating a method definition tree from a method symbol and a body

Is it possible to define a macro with variadic parameters, and get a type for each parameter?

Will it be possible to generate several top-level classes with one macro invocation in scala 2.10?

scala macros scala-2.10

Scala 2.10 compiler takes 10x longer after first time in SBT

scala scala-2.10

Is this a bug in Scala 2.10 String Interpolation inside a multiline String with backslash?

How can I do aggregate queries in Slick?

scala scala-2.10 slick

Method that returns List of size n in Shapeless

scala scala-2.10 shapeless

Manifest[T].erasure is deprecated in 2.10, what should I use now?

Scala Reflection - Loading or finding classes based on trait

scala reflection scala-2.10

Mocking overloaded method

Scala 2.10 macros compared to what is available in Java

java scala macros scala-2.10

Using Scala 2.10 reflection how can I list the values of Enumeration?

Checking for varargs type ascription in Scala macros