Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala

Is there a purely functional implementation for a Bounded Queue with peek() in O(1)?

Difference between similar curried types in Scala

scala

Why are all of the base immutable collections final or sealed in scala?

scala language-design

How to deploy a Play 2.0 app on Debian?

How to find out where sbt resolves dependencies from?

scala sbt

Is there a way to import packages from your current project into a worksheet

scala scala-ide

SQLite support in SORM?

scala orm sorm

Why do Scala's index methods return -1 instead of None if the element is not found?

scala

Understanding “inferred type arguments do not conform to type parameter bounds” errors in Scala

scala types type-parameter

How to implement a generic algorithm for any Traversable in Scala?

Why aren't toList and friends deprecated?

scala

What is the motivation for type-classes in Scala?

Map on HList fails with subtypes of generic type in Scala & Shapeless

scala shapeless

How to merge tuples by same elements in Scala

list scala tuples slick

Scala "update" immutable object best practices

Generate Scala API docs without JavaScript, but static HTML or Markdown

scala scaladoc

Scala pickling: how?

Zipper vs. iterator for walking over a list or tree

scala zipper

Evidence-preserving LUB constraint for HList

scala shapeless hlist

Filtering when using custom column type in Slick

scala slick slick-2.0