Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala

What is the difference between using df.as[T] and df.asInstanceOf[Dataset[T]]?

scala apache-spark

Scala case classes in collections

scala

Iterators for mutable collections in Scala?

scala iterator scala-2.8

Scala type inference question

how do i throw exceptions with meaningful messages with a scala combination parser?

parsing scala grammar

Core calculus in scala type system (recursion)

scala

Why is object creation fast in Scala?

scala

How do I make sbt use the scala binaries from $SCALA_HOME directory?

scala sbt

Question about Cake Pattern

Lazy, breadth-first traversal of a Rose Tree?

Eclipse Scala plug-in: "illegal cyclic inheritance"

eclipse scala scala-ide

Using Scala as a Replacement for XSLT?

xml xslt scala

Is it possible to have an Array which evaluates its elements lazily?

Why does the Scala compiler say that copy is not a member of my case class?

scala copy case-class

Is it OK to use blocking actor messages when they are wrapped in a future?

scala actor akka

Is there a way to exit power mode in the Scala interpreter?

scala interpreter

Scala abstract type representing type of subclass

scala

Merging huge sets (HashSet) in Scala

Does a good framework for MongoDB "schema" upgrades in Scala exist?

mongodb scala lift nosql

2d scala array iteration

arrays scala