Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala

Is it possible to use the ScalaTest BDD syntax in a JUnit environment?

scala scalatest

Learning Scala as a first VM/Compiled language - Workflow challenges

How to read the class of a Scala object extending Any but not AnyRef?

scala reflection

Creating Single file Runnable Jars in Scala with Eclipse

eclipse scala

Scala error - error: not found: type

scala

Best way to score current extremum in collection type

How to define Ordering[Array[Byte]]?

scala

Is large scala codebase maintainable? [closed]

java scala maintainability

How can I write f(g(h(x))) in Scala with fewer parentheses?

How would I obtain the minimum gap between List elements?

scala

Akka framework support for finding duplicate messages

scala akka

scalac v javac and scala v java

java scala jar jvm

Why is my Scala function returning type Unit and not whatever is the last line?

function scala

Play framework and sbt: passing credentials to a nexus passowrd protected repo

I'm developing an application similar to fb chat. Which framework - Play or Django? [closed]

Can I specialise a functions type parameters in Scala like I can with C++ template specialisation?

scala types parameters

Understanding Scala: passing functions as arguments

scala

Iterate Set in order Play Framework

Functional way to implement a thread safe shared counter

Why does activator/sbt add Scala version to pure Java library dependencies?