Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala

Scala object private scope with inner classes and methods

scala private inner-classes

Scala println not working with App trait

scala scripting println

Embedding XML (and other languages?) in Scala

scala dsl

Similarities and differences between Scala macros and C++ templates [closed]

c++ templates scala macros

Does Scala have a statement equivalent to ML's "as" construct?

scala pattern-matching sml

Using Scala type aliases from Java code

How are Scala Futures chained together with flatMap?

scala monads future

Convert polymorphic case classes to json and back

json scala spray spray-json

Single iteration => Multiple output collections from Java to Scala

java scala

Hyphenated sub project names with new sbt 0.13 multi-project definition

scala sbt

Scala TraversableOnce and toSet

scala

Why is this specs2 test using Mockito passing?

scala mockito specs2

Why can't Scala infer the type of _?

scala type-inference

Write and read raw byte arrays in Spark - using Sequence File SequenceFile

playframework JsValue in HTML Template

html json scala playframework

What scala statements or code can produce a byte-code which can not be translated to java?

java scala bytecode

How to implement actor model without Akka?

scala concurrency akka actor

How to enter a multi-line command in the Scala REPL?

Are Futures executed on a single thread? (Scala)

How to reference to the standard ActorSystem of play framework 2?