Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala

Why can't I match on a Seq.empty?

scala

What means "xs @ _*" in PathList of SBT assembly-plugin?

scala sbt sbt-assembly

Execute a `List` of `IO` in parallel

scala scala-cats

EBNF to Scala parser combinator

Right arrow in class body in Scala

scala

Akka remote actor server discovery

java scala actor akka

Import multiple packages in Scala REPL

Setting different spaces for tab for Java and Scala in Eclipse

java eclipse scala

How to access a Java static method from Scala given a type alias for that class it resides in

What's the relation of fold on Option, Either etc and fold on Traversable?

Basic type inferral

scala types

curried function related questions in Scala

scala

Assigning scala empty array

scala scala-2.8

Unmodifiable view of a mutable Scala collection

scala scala-collections

How to handle optional fields in JSON parsing in play 2.1

Good, idiomatic way to refactor out business logic from controllers

Scala copy case class with generic type

scala generics case-class

Nested implicit macros seems not working for type parameters?

scala macros

How to create an instance of type T at runtime with TypeTags

scala reflection

How can I use JMH for Scala benchmarks together with sbt?

scala sbt microbenchmark jmh