¡@

Home 

java Programming Glossary: scala's

Scala's existential types

http://stackoverflow.com/questions/1031042/scalas-existential-types

existential types A bit more specific than Stack Overflow question.. What is an existential type what is the difference between Scala's existential types and Java's wildcard prefereably with some..

On Performance and Java Interoperability: Clojure vs. Scala

http://stackoverflow.com/questions/1506728/on-performance-and-java-interoperability-clojure-vs-scala

and I would expect somewhat higher performance. Although Scala's static typing would normally translate into a speed advantage..

Java <-> Scala interop: transparent List and Map conversion

http://stackoverflow.com/questions/1519838/java-scala-interop-transparent-list-and-map-conversion

the second one. However it makes absolutely no sense for Scala's Map to inherit from java.util.Map . They are really completely..

Is there something like LINQ for Java? [closed]

http://stackoverflow.com/questions/2008149/is-there-something-like-linq-for-java

syntax present in C# or VB. EDIT Here's an example of Scala's querying capabilities Get all StackOverflow users with more..

Modern alternatives to Java [closed]

http://stackoverflow.com/questions/2571267/modern-alternatives-to-java

is more concise than Java but not as much as Clojure. Scala's inter operation with Java seems to be better than Clojure's.. rarely require copy on write semantics. I don't know if Scala's immutable collections are implemented using similar algorithms..