Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala

Functional pattern for double fold

equivalent of pythons repr() in scala

scala

How is immutability practically implemented in the design of Scala applications?

scala

Is there a lambda function in Scala?

function scala lambda closures

How can I combine fluent interfaces with a functional style in Scala?

scala fluent-interface

Scala - mixing in a trait with its imports (inheriting imports)

scala inheritance import

Idiomatic Scala List Comprehension - first item that matches

Scala/Hadoop: Specifying Context for Reducer

scala hadoop mapreduce

Reuse property with version number when adding a dependency in sbt

scala build dependencies sbt

Why doesn't scala's parallel sequences have a contains method?

Shapeless : Prepend. Implicit not found

Scala: shorthand to import object Foo._ and trait Bar

scala object import traits

Does it make sense to write a forum in Scala? [closed]

scala open-source forum

What is `class A[_]` useful for?

scala higher-kinded-types

Maven only picks src/main/java or src/main/scala as source folder, never both

java eclipse scala maven

Either, Options and for comprehensions

scala monads either

Change output directory of sbt

Confusion with 'lifting' functions in Scala

Instantiate a class with Scala Macro or reflection

How can I get all object vals and subobject vals using reflection in Scala?

scala object reflection hash