Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala

Why this Scala code execute two Futures in one thread?

How do I get the scalaz IDEA live templates working for the symbolic methods?

scala intellij-idea scalaz

Lexer/parser to generate Scala code from BNF grammar

How does this recursive List flattening work?

scala implicit

Why can't Scala find org.apache.commons.lang package?

scala apache-commons sbt

scala range returns Long instead of Int

scala types

Scala: Implicit evidence for class with type parameter

call methods on akka actors in scala

scala akka actor

Idiomatic Scala for Nested Options

scala

Sequentially combine arbitrary number of futures in Scala

scala concurrency future

What does :+= method do defined for scala.collection.immutable.Vector?

scala

Scala recursion vs loop: performance and runtime considerations

Implementing inner traits in Scala like we do with inner interfaces in Java

java scala inner-classes

Scala Play 2.0. Compilation error: IO error while decoding

StringContext and macros: a simple example

scala scala-macros

Get the changed HTML content after it's updated by Javascript? (htmlunit)

java scala htmlunit

Is it possible to make Scala's JSON.parseFull() not to treat Integers as Decimals?

json scala

Implementing Iterable

scala iterable

What are the differences between mapcat in Clojure and flatMap in Scala in terms of what they operate on?

scala clojure

Get Response body from play.api.mvc.Action[AnyContent] in Play framework (Scala)

scala playframework