Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala

Scala: Override toString so quotes are printed around strings

How to avoid awful type casts working with path dependent types?

Scala function that sorts a Seq using the mapping of a generic function

scala sorting mapping

Can you curry a function with varargs in scala?

What is the best way to manage mutable state?

scala

How to get constructor argument names using Scala-Macros

How to toggle between project and library dependencies in SBT?

scala sbt

View bounds over higher-kinded types

scala higher-kinded-types

Creating a backtype.storm.tuple.Tuple for testing purposes?

IntelliJ IDEA plugin development in other JVM languages

Integration Test in Play Framework

Scala: pre-initialize val while extending a class

scala initialization traits

scala specialization - using object instead of class causes slowdown?

Scala: bug in implicit parameter

scala implicit-conversion

Can IntelliJ IDEA properly format scala.html files and how do I enable it to do so?

How to match scala generic type?

Why is headOption faster

How do I resolve "error: bad symbolic reference" for dependencies using maven-scala plugin?

scala maven slick

Can I set cookies before returning an action in Play Framework 2?

Scala Pickling usage MyObject -> Array[Byte] -> MyObject

scala scala-pickling