Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala

Iterate over fields in typesafe config

scala typesafe

Shuffle a List in Scala [duplicate]

list scala shuffle shift

Converting a tuple of options to an option of tuple with Scalaz or Shapeless

scala scalaz shapeless

Given a range, getting all dates within that range in Scala

scala date loops

Eclipse not recognizing Scala code

Does java support and optimize away tail-recursive calls?

Scala: can't write setter without getter?

scala

Scala sbt run - "Unsupported major.minor version 52.0"

scala sbt

Why people define class, trait, object inside another object in Scala?

scala lift

Kafka - Delayed Queue implementation using high level consumer

How to write "asInstanceOfOption" in Scala

scala

Why does `Array(0,1,2) == Array(0,1,2)` not return the expected result?

arrays scala equals equality

Type theory: type kinds

Annotating constructor parameters in Scala

scala annotations

SBT install failure with aptitude on Ubuntu 14.04

scala ubuntu sbt typesafe

What is the proper way to code a read-while loop in Scala?

scala inputstream io

What is Scala's counterpart of Discriminated Union in F#?

scala f#

Initializing a 2D (multi-dimensional) array in Scala

Typesafe Swing events—"The outer reference in this type test cannot be checked at run time"

Getting Value of Either

scala either