StackRating

An Elo-based rating system for Stack Overflow
Home   |   About   |   Stats and Analysis   |   Get a Badge
Rating Stats for

Martin Odersky

Rating
1618.72 (1,138th)
Reputation
19,489 (7,030th)
Page: 1
Title Δ
Implicit resolution for different orders of case class and companion +4.15
Why is compilation very slow for scala programs? +2.70
How to program in Scala to be forward-compatible with Dotty +2.76
How to talk about companion objects vs regular objects? +2.96
Cake pattern with overriding abstract type don't work with Upper Ty... 0.00
Usefulness (as in practical applications) of Currying v.s. Partial... +3.21
Is there any time or space overhead to case classes over regular cl... +4.04
Split up a list at each element satisfying a predicate (Scala) 0.00
Scala - Most elegant way of initialising values inside array that's... +2.91
Scala, currying and overloading +2.93
How do I pass Scala enums as parameters? 0.00
How to optimize for-comprehensions and loops in Scala? +2.99
Why does Scala choose to have the types after the variable names? +3.55
How can I override Iterable.flatMap in Scala 2.9.0? +4.29
Using the override keyword on implementations of abstract methods 0.00
Why doesn't Option have a fold method? +3.55
Why is there a difference in behavior between these two pattern mat... -2.52
Extending Scala collections -0.63
how to simplify scala's function literal like this? +0.76
Are there any language or specification changes planned for a futur... +3.68
Why does the Scala compiler disallow overloaded methods with defaul... +3.09
Why does Ordered[A] use a compare method instead of reusing compare... +3.43
Scala tailrec annotation error +3.61
Why don't Scala Lists have an Ordering? +3.41
Why did Scala's library double its size between 2.7 and 2.8? +3.75
Should I prefer sealed class or Enumeration in Scala? -3.17
Scala Collections inconsistencies +0.98
Difference between this and self in self-type annotations? +3.14
Debunking Scala myths +3.09
Why is the result different for a tiny change regarding abstract tr... -3.74
Scala coding styles and conventions? +3.77
When using covariance notations or generic bounds in Scala +3.40
In Scala 2.8, how to access a substring by its length and starting... +3.65
Why double arrow for Scala and C# lambdas? +1.28
What are the benefits of using Scala in .Net? +2.92
Algorithm to calculate the number of combinations to form 100 +3.64
Comparison of Groovy and Scala against Java +1.51
Better type checking on match in Scala +3.56
Persistent data structures in Scala +4.31
Why do case class companion objects extend FunctionN? +3.84
Building big, immutable objects without using constructors having l... +3.31
What are nested/unnested packages in Scala 2.8? +4.59
Is Scala functional programming slower than traditional coding? +3.08
Why scala not allowing '$' identifier in case statement? -0.03
Scala puts precedence on implicit conversion over "natural&quo... +4.31
How do I implement a collection in Scala 2.8? 0.00
How does the NotNull trait work in 2.8 and does anyone actually use... +4.54
Question on Scala Abstract Type +4.01
Is the Scala 2.8 collections library a case of "the longest su... +4.12
zipWith (mapping over multiple Seq) in Scala 0.00