Changes for page WebObjects with Scala

Last modified by Ravi Mendis on 2011/05/10 02:10

From version 23.1
edited by Ravi Mendis
on 2009/09/15 20:26
Change comment: There is no comment for this version
To version 22.1
edited by Ravi Mendis
on 2009/09/15 20:34
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -3,12 +3,13 @@
3 3  Scala is a modern language not unlike Groovy.
4 4  It is said to be more powerful (and faster) than Groovy or Rails which has been the reason for its adoption at sites like Twitter.
5 5  
6 -|= |= Objective-C |= Java |= Scala
7 -|= Mutable/Immuable Datatypes |Collections (e.g: //NSArray/NSMutableArray//) | No | //All datatypes//
8 -|= Closures | (//extensions//) | No | //Built-in//
9 -|= Static variables | Yes | Yes | No
10 -|= Static methods/functions | Yes | Yes | No
11 -|= Concurrency | Grand Central Dispatch (//extensions//) | //Threads// | Actors
6 +|= |= Objective-C |= Java |= Scala
7 +|= Mutable/Immuable Datatypes |Collections (e.g: //NSArray/NSMutableArray//) | No | //All datatypes//
8 +|= Closures | (//extensions//) | No | //Built-in//
9 +|= Static variables | Yes | Yes | No
10 +|= Static methods/functions | Yes | Yes | No
11 +|= Concurrency | Grand Central Dispatch (//extensions//) | //Threads// | Actors
12 +|= Parametered methods | Yes (e.g: //addObject: to:_) //| No | Yes (e.g: //add(object= ,to=)//
12 12  
13 13  === Why Use Scala? ===
14 14