For reading, there is the u开发者_如何转开发seful abstraction Source. How can I write lines to a text file?This is one of the features missing from standard Scala that I have found so useful that I ad
I\'m trying to reduce the extent to which I write Scala (2.8) like Java.Here\'s a simplification of a problem I came across.Can you suggest improvements on my solutions that are \"more functional\"?
I\'m reading the preprint of the 2nd Ed of Programming in Scala, but as it says it \"only scratched the surface of what you can do with XML\".Are there any resourc开发者_开发技巧es for understanding t
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
I found that when using pattern matching with alternatives (for strings), Scala accepts variables starting with upper case (in the example below, MyValue1 and MyValue2), but not those starting with lo
I\'m probably doing something stupid, but I can\'t spot it. I\'ve installed Eclipse Helios (Helios be开发者_如何学JAVAcause I couldn\'t get Glassfish support to work correctly using Gallileo) and the
I assume that there is probably no satisfactory answer to this question, but I ask it anyway in case I missed something.
Hi I\'m looking for a quick example of type class usage in Scala that will work in both 2.7.7 and 2.8 environments.
how to giv开发者_运维知识库e random values of 2-D array in scalaThe fill method on the Array companion object makes this pretty simple.
Again, this seems like something that should be obvious. I would like to insert an element into a linked list at a specific position.