Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala

Scala: Creating a small executable Jar relying on external Scala libraries

scala jar executable-jar

Arithmetic Expression Grammar and Parser

scala parser-combinators

Anything in Scala equivalent to C#'s `dynamic`?

scala dynamic

When applying `map` to a `Set` you sometimes want the result not to be a set but overlook this

scala

Composition with the same trait, but different type parameters

generics scala

Efficiently serializing case classes

sbt 0.11 run task examples needed

scala sbt

Getting the scala compiler to work inside an OSGi runtime

scala osgi scalate

How can I use Scala's cake pattern to implement robot legs?

Create a new task that runs a program

scala sbt

Inferring result type in continuations

How to check which parameters of case class have default value using scala reflection 2.10

scala reflection macros

SBT common build settings

scala sbt

What SQL access layer to use for simple reading in Play-Scala?

Disposable Resource Pattern

How to merge documentation from SBT multi-projects?

scala sbt scaladoc

Syntax highlighting for *.sbt files in IntelliJ IDEA

Regex to match Java String

java regex scala

Is there a simple way of defaulting out of bounds in nested Seqs in Scala?

scala

Handling case classes in twitter chill (Scala interface to Kryo)?