Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala

Slick 3.1 - Printing SQL from DBIOAction (insert statements)

sql scala slick

What is the Play 2.5.x equivalent to acceptWithActor[String, JsValue]?

scala playframework akka

Nested Scala singletons from Java code

java scala

Any info out there on migrating a Scala 2.9 compiler plugin to 2.10?

Creating instances of a covariant type class from instances of a non-covariant one

Akka Socket per actor

Extending Scala's arrow notation for pairs

scala

Why is Spark performing worse when using Kryo serialization?

why doesn't null.asInstanceOf[Int] throw a NullPointerException?

Spark 1.6: java.lang.IllegalArgumentException: spark.sql.execution.id is already set

Comparison between fasttext and LDA

facebook scala apache-spark

Will using Scala in a more functional way (scalaz) incur a performance/maintainability penalty?

performance scala scalaz

Why it doesn't allowed to overload methods inside methods (e.g. overloaded closures)?

False errors when using cats library in IntelliJ

How do I embed the Scala 2.8 interpreter in a Java application?

scala

Why can't _ be used inside of string interpolation?

How to publish to multiple repositories in SBT?

scala sbt

intellij/activator/sbt are downloading dependencies previously downloaded by the other

scala intellij-idea sbt ivy

In Scaladoc, how to link to a method in the same class?

Why is the least upper bound of java.lang.Integer and java.lang.Double inferred as a acyclic type?