Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala

Are promises flawed?

scala future promise

Sorting Slick query results in a for expression

scala scalaquery slick

functional style to multiply two lists with Scala

Passing request context implicitly in an actor system

Why the 20x ratio Thread sweet spot for IO? [formerly : Which ExecutionContext to use in playframework?]

why scala placeholder doesn't work

scala

Confused by "...extends Function1[Int, Int]"

scala

Add list of tuples of integers in Scala

scala shapeless

sbt-assembly: How do I include the static files in src/main/webapp

scala sbt sbt-assembly

SBT dependsOn RootProject: doesn't compile the dependency

scala-guice and assisted injection

scala guice assisted-inject

Scala equivalent of flags

scala flags enum-flags

Why doesn't Some(List(1,2,3)).flatten compile?

scala monads scala-2.10

Scala/Akka Future onComplete Success compiler error

scala akka actor future

Private method inlining

java scala jvm inline

SBT: Accessing setting values of subprojects in scala build

scala sbt

Count of unique characters in string

scala

Is it possible to implement flip in Scala like it is implemented in Haskell?

scala haskell

Is LISP's code-as-data ideology basically the same thing as higher order functions? [closed]

Scala - Extending a reference type without subclassing it

java scala