Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala

"Composite" algebraic data types in Scala and Haskell

What is a "kind" in the context of Type Systems?

Project Scala + PHP

php scala

Need clarification in constructor definition syntax in scala

scala

What is the Scala syntax for calling a function with variadic arguments but with named arguments?

Extending a partially implemented partial function in scala

scala: why is 1/0 an arithmetic exception but 1.0/0.0 = Double.Infinity

java scala

Abstract private fields in Scala trait

scala traits

Anonymous types in Scala

scala

Akka Futures Exceptions

Sum or Product of Rationals with Spire (how to get a scala.Numeric)

Scala type deferring

scala playframework-2.0

Using synchronized/locks in future code

Select first 'N' elements from map in Scala

scala

Python equivalent of Scala's lazy val

python scala

Running multiple shell commands with wildcards

shell scala

How do you stop building an Option[Collection] upon reaching the first None?

Scala Immutable Set is Mutable when declaring as a var

scala set immutability mutable

Is there syntax for adding a clue to ScalaTest matchers?

scala scalatest

Command line arguments not working for sbt-assembly jars