Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala

Instantiation of a single trait vs a mixin

scala

Questions about a la carte data types

Why is Scala building its own ForkJoinPool instead of using java.util.concurrent.ForkJoinPool#commonPool? [duplicate]

java scala threadpool

In scala, how to instruct the compiler to realise the equivalence of two abstract types?

Parsing scala 3 code from a String into Scala 3 AST at runtime

scala reflection scala-3

Do you plan to use the Scala programming language and on what project?

java scala jvm

Scalaz Kleisli question

Can I calculate an element without looping through all preceding elements in my case (see the question body)?

Transition from thread model to actors

Faster permutation generator

Scala type-widening/inference of foo[T](T,T): T

scala types

How to check if a class file version 50.0 (Java 6) has been preverified?

How could I implement an early return from outside the body of a method in Scala?

Pattern matching on object.member in Play 2.0 templates

Encoding recursive tree-creation with while loop + stacks

scala

Can you replicate Clojure's (partition) or Scala's sliding() functions with Guava?

java scala clojure guava

How to test methods based on Salat with ScalaTest

type inference in argument list in combination with setter not working

Mixing scala, maven and java within Eclipse - unit testing

Redirect stdin/stdout in sbt run task

scala sbt