Skip to main content
Daniel C. Sobral's user avatar
Daniel C. Sobral's user avatar
Daniel C. Sobral's user avatar
Daniel C. Sobral
  • Member for 15 years, 1 month
  • Last seen more than 4 years ago
61 votes
Accepted

Why was Scala not implemented with C or C++

38 votes
Accepted

Performance of Scala compared to Java

10 votes

Why do most programming languages only support returning a single value from a function?

9 votes
Accepted

Historical origins of Scala implicits

9 votes

Built in Scala library slow?

9 votes

Why Use Scala over Java

9 votes

How do I view Scala code without all the syntactic sugar?

8 votes
Accepted

Getters and Setters in Functional Languages

7 votes

Is there a clear leader amongst JVM-based languages?

5 votes

What are the benefits and disadvantages in the approaches of C#, Java and Scala to Closures/Lambdas/...?

5 votes

Scala or Clojure Functional Programming best practices

4 votes
Accepted

Programming language with native concurrency support for large graphs?

4 votes

How Scala Developers Are Being Interviewed

4 votes

Functional Programming approach for a simplified game using Scala and LWJGL

3 votes
Accepted

Is the financial sector any different from other sectors in terms of language fragmentation?

3 votes
Accepted

What's the best practice for async APIs that return futures on Scala?

3 votes
Accepted

What is a domain of automatic testing tools such as ScalaCheck?

3 votes
Accepted

A sample build.sbt to allow me easily specify source dirs and libraries?

3 votes

What limitations does the JVM impose on tail-call optimization

2 votes
Accepted

JSON Library - Jackson or Play Framework?

2 votes

scalablity of Scala over Java

2 votes
Accepted

difference between passing a value vs passing a function as a parameter in scala

2 votes

Do non-pure interpreters still make the guarantees of functional programming?

1 vote
Accepted

restful web development in scala

0 votes

Make a big deal out of == true?

0 votes

What to do about "stopping point syndrome"?