Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala

Is there anything in Java close to the parallel collections in Scala?

Scala fails to infer the right type arguments

How can I use Ruby code in a buildr project?

ruby scala clojure buildr

How to add object to unparameterized Java List?

java scala interop

Scala style for empty class parameter lists

scala coding-style

Creating a Vaadin-sbt project

scala sbt vaadin

How do I define a trait with subtraits so their methods only take shared implementation?

scala

TransactionalMap vs SynchronizedMap

Can we define a set of DSL operation in Scala that perform parallelly with each other just like using pipe-line processing in Linux

scala parallel-processing

Beginner: How do I say "any superclass of generic A"

generics scala

How to compare Ordered abstract type in Scala trait?

scala abstract-type

Porting a java interface to a scala trait with generics

Configuring Play 2.0 app with IDEA and SBT

Why making a difference between methods and functions in Scala?

scala

Scala - Count number of files in directory with defined file extension

file scala

Shuffling part of an ArrayBuffer in-place

Missing 'debug' command from Play 2.0 installed from Typesafe

Running the scala REPL from gradle?

scala gradle

haskell scala interoperability

Implicit lifting in scala

scala implicits