Scala RSS

NAVIGATION
CATEGORIES
REFERRENCE
LINKS
  • Total 8 Question recs...
  • Unfamiliar Scala syntax

    Someone posted this on the Scala mailing list, and I thought it was a pretty cool use of the Scala type system to implement the builder pattern. I'm not sure if its totally useful or not, but I probably wouldn't have imagined this particular use.http://blog.rafaelferreira.net/2008/07/typ...

    6 answers | 1044 bytes | related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

  • Tail Calls vs memoization

    With regards to the fibonacci function as discussed here, can I characterized memoization as an optimization to overcome the JVM's lack of support for Tail call optimization ? I'm a bit hazy on both concepts. Perhaps someone can elaborate.ThanksPho...

    7 answers | 388 bytes | related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

  • Scala, java done right?

    Anybody playing with Scala? It seems interesting. It generates code that runs on a Java JVM, but is a more pure OO language, and leaves out the left over cruft from C, everything is an object.I thought that generics were ugly and inconsistant, and closures seem to be worse.I remember when Java w...

    11 answers | 344 bytes | related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

  • Scala mixin behavior

    I must admit there are still some pretty basic things about Scala that I don't understand. One of the most basic is the mixin behavior. I guess I originally thought the mixin was only applicable for methods not defined in the class that was being mixed in, obviously that's wrong.code:tra...

    3 answers | 2204 bytes | related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

  • Is Scala getting popular?

    I just register to scala-user milling list and read a little tutorial on it. Will Scala be a language used more and more in commercial applications? I mean I can write it to my resume and look for a good job.Thanks....

    1 answers | 223 bytes | related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

  • groovy vs scala

    Any one had to choose between these 2 JVM based scripting languages for projects?...

    4 answers | 81 bytes | related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

  • Expressiveness using implicit conversions

    I was considering this post about the expressiveness of the Ruby Date/Time functions, and was wondering if the same type of syntax could be duplicated in Scala. After about 20 minutes hacking around, here's what I came up with. I'm not sure I'm completely in love with the abstraction...

    3 answers | 1991 bytes | related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

  • Anyone using Scala?

    I have been reading through the tutorials and finally downloaded Scala last night. It looks pretty cool to me. Most of the functional stuff of a language like Haskell or OCaml, tail call elimination, higher order functions, semantics for easily encoding algebraic data types. The syntax isn't...

    14 answers | 919 bytes | related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

QUESTION ON "Scala"
JAVA.JOYCODING.COM