Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala

Self-referential duck-typing

scala

Can I define “method-private” fields in Scala?

How do i change the Scala version that sbt works with?

scala sbt

passing current class as argument in scala

scala

Having two upper bounds in Scala? [duplicate]

scala types

Where do I find purely functional open source projects written in Scala? [closed]

Pattern matching on nested types in Scala

How does this permutations function work (Scala)?

scala permutation

Function to check if a list has no gaps

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