Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala

Scala: implementing Map with concrete types

scala types

java.io.IOException when running sbt from ensime?

scala sbt ensime

Why with scala, using the same regular expression, using 2 different matching methods lead to 2 different results?

regex scala

Is there a ReSharper-like code reformat and cleanup tool for Scala?

Extracting regions from a Scala Array

scala equivalent of python __getattr__ / __setattr__

Should all/most methods in interfaces return Option?

Indentation preserving string interpolation in scala

scala

How do you write a parameterized test using specs?

Write a thrift server in scala using scrooge and client in python or ruby

scala thrift finagle scrooge

Introduce a counter into a loop within scala

java scala

Instance of trait throws null pointer

scala

scala: add methods to an enum

scala enums

Compiler fooled by mention of recursive function in non-tail position

How to avoid syntax overhead for def definition with pattern matching in Scala?

scala pattern-matching

Generically rewriting Scala case classes

Overriding method as the field in Scala

scala

nested "if"/"match" statement in scala: better approach?

scala if-statement

Performing a simple HTTP GET with Dispatch

scala http scala-dispatch

Run list of akka actors for list of messages

scala akka