Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala-2.10

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

How to reflect annotations in Scala 2.10?

Scala "update" immutable object best practices

How do I refer to enclosing "this" in a Scala macro?

Replacing deprecated <:< Manifest type witness in Scala 2.10

scala reflection scala-2.10

Kill or timeout a Future in Scala 2.10

__FUNC__ macro in Scala 2.10

scala scala-2.10