scala-2.8 Questions
2
Solved
I have the following problem: I have a function which takes a List[Double] as parameter, performs some arithmetic operations on the elements of the list and than return the result. I would like the...
Proportionable asked 10/2, 2010 at 8:26
1
Solved
I'm an 18 years old trainee and I'm discovering scala which I like very much :-).
To get familiar with the scala actors I wrote a small simulation with some gears and one controller. The ActorAppli...
Equities asked 4/2, 2010 at 10:6
2
Solved
How might one implement C# yield return using Scala continuations? I'd like to be able to write Scala Iterators in the same style. A stab is in the comments on this Scala news post, but it doesn't ...
Paleface asked 4/2, 2010 at 17:45
2
Solved
I'm just starting to use Apache Buildr and I'm constantly running into the problem of not knowing what repo urls and versions are available for me to use.
For example I want to use Scala 2.8 in a ...
Ignorant asked 3/2, 2010 at 13:12
5
Solved
I know this is an exact duplicate, but a year has gone by and Scala seems to be a fast moving thing, so I figure it might be acceptable to ask again:
What is the best IDE for Scala development rig...
3
Solved
Whats the status of Lift working with Scala 2.8?
I'm finding fragments of conversations about it on the web. I've been trying tweaking the pom.xml but I'm getting errors from the Lift side of thin...
2
Solved
(I'm using Scala nightlies, and see the same behaviour in 2.8.0b1 RC4. I'm a Scala newcomer.)
I have two SortedMaps that I'd like to form the union of. Here's the code I'd like to use:
import sca...
Denys asked 21/12, 2009 at 3:39
5
Solved
Or a release candidate? My google-fu fails me.
Psychodiagnostics asked 6/10, 2009 at 2:11
3
Is there something I've got wrong with the following fragment:-
object Imp {
implicit def string2Int(s: String): Int = s.toInt
def f(i: Int) = i
def main(args: Array[String]) {
val n: Int = ...
18
Solved
I have just started to look at the Scala collections library re-implementation which is coming in the imminent 2.8 release. Those familiar with the library from 2.7 will notice that the li...
Waspish asked 12/11, 2009 at 14:49
1
Solved
Following on from my breathless confusion, what are some good resources which explain how the new Scala 2.8 collections library has been structured. I'm interested to find some information on...
Hobard asked 12/11, 2009 at 13:21
2
Solved
I was experimenting with variable constructor arguments for case classes in Scala, but am unable to pass them to the constructor of a case classes' parent:
abstract case class Node(val blocks: (No...
Galateah asked 2/11, 2009 at 9:55
© 2022 - 2024 — McMap. All rights reserved.