Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala

Upper-triangular loop idiom for Scala Lists

scala nested-loops functor

Scala: How to invoke method with type parameter and manifest without knowing the type at compile time?

Scala equivalent of java.util.Scanner

parsing scala

Scala+Slick - Get counts on GroupBy results

scala slick

async in scala : macro has not been expanded

scala asynchronous macros

Syntax and meaning of a Scala/Play! code sample

scala playframework

Scala: understanding parametric polymorphism

Codility TapeEquilibrium Scala

scala

Scala for loop with multiple variables

java scala for-loop

Monad Transformer stacks in Scala

scala stack state monads either

Gentle Intro to Haskell: " .... there is no single type that contains both 2 and 'b'." Can I not make such a type ?

scala haskell

How to efficiently check that two Options is defined?

scala scala-option

Scala shorthand for ending a stream?

scala

Why exactly does akka need immutable messages

Writing to HBase in a Spark job: a conundrum with existential types

Scala for-comprehension for orElse instead of flatMap

scala for-comprehension

Implicit parameter and ClassTag

scala scala-2.10

slick filter or where no longer support logical operations?

Interesting behaviour with infix notation

scala

What's the difference between these two ways to declare functions?

scala