Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala-2.8

Passing Java array to Scala

java scala scala-2.8

Are Scala "continuations" just a funky syntax for defining and using Callback Functions?

Strange behavior of Set4 in scala 2.9.1?

nested Annotation List in Scala

cannot override a concrete member without a third member that's overridden by both

scala scala-2.8

Scala Copy() Odd Behavior

how to use new scala 2.8.0 nested annotations

How do I idiomatically handle null checks from within Scala/Lift?

scala scala-2.8 lift

How to find same-value rectangular areas of a given size in a matrix most efficiently?

Scala puts precedence on implicit conversion over "natural" operations... Why? Is this a bug? Or am I doing something wrong?

How to read from zipped xml files in Scala code?

scala gzip scala-2.8

pass variable number of arguments in scala (2.8) case class to parent constructor

How to define a ternary operator in Scala which preserves leading tokens?

How to access and update a value in a mutable map of map of maps

Scala 2.8: use Java annotation with an array parameter

scala scala-2.8

Can I make "public val" but "private var" in Scala in one line?

scala scala-2.8

In Scala, how would I give a Singleton a constructor?

scala scala-2.8

How to track the source line (location) of an XML element?

xml scala scala-2.8 scala-xml

Expand a Set[Set[String]] into Cartesian Product in Scala

scala scala-2.8

idiomatic property changed notification in scala?

scala scala-2.8 scala-2.7