Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala

Getting better error messages from Play JSON API

Is it possible to write down a dependent function type in Scala?

scala

Apache Spark - Dealing with Sliding Windows on Temporal RDDs

Is there a van Laarhoven representation of `Optional`

scala Remove (in place) all elements of a ListBuffer that meet a condition

scala scala-2.8 listbuffer

Mustache Scalate vs Mustache Java

What is the smallest unit of work that is sensible to parallelize with actors?

scala actor akka

Akka actorFor vs passing an ActorRef

scala akka

Slick and filtering by Option columns

scala slick scalaquery

How can I use the new Slick 2.0 HList to overcome 22 column limit?

scala tuples slick hlist

How does serialization of lazy fields work?

scala serialization

Why wrapping a generic method call with Option defers ClassCastException?

Is GPU and SIMD likely to be implemented in .NET / Java VMs?

scala f# clojure jvm clr

Using Actors instead of `synchronized`

Why are primitive types such as Int erased to Object in Scala?

Partially applying a function that has an implicit parameter

Parallel iterator in Scala

Is there a better way to setup ScalaStyle under IntelliJ?

Cross product of 2 sets in Scala

Correct usage of mutable/immutable lists