Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Following watching Nick Partidge\'s presentation on deriving scalaz, I got to looking at this example, which is just awesome:
In trying to write a开发者_开发知识库n API I\'m struggling with Scala\'s collections in 2.8(.0-beta1).
Newbie question since I\'m not up to speed using maven at all. I\'m trying to use scala + lift using scala 2.8, environment
I\'m looking to create a document like this: <root/> That I can add children to programatically. Theoretically, it would look like this:
I\'m trying to match on an option group in Scala 2.8 (beta 1) with the following code: import scala.xml._
How to do that without creating any new collections? Is there something bette开发者_运维技巧r than this?
I consider refactoring few method signatures that currently take parameter of type List or Set of concrete classes --List[Foo]-- to use repeated parameters instead: Foo*.
We\'re looking at using actors in our Scala code quite soon. We\'re also thinking of moving to Scala 2.8 in the next few weeks. We\'ve been keeping an eye on Akka but it doesn\'t currently support 2.8
I\'ve been building out some annotated domain classes in Scala 2.8.0 using Hibernate Annotations 3.4.0. It\'s been working fine, except that there are certain annotations which take an array as a para