Changes for page WebObjects with Scala

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

From version 348.1
edited by Ravi Mendis
on 2009/10/12 21:31
Change comment: There is no comment for this version
To version 349.1
edited by Ravi Mendis
on 2009/10/12 21:31
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -7,7 +7,7 @@
7 7  
8 8  |= |= Objective-C |= Java |= Scala
9 9  |= Mutable/Immuable Datatypes | Collections //e.g: NSArray/NSMutableArray// | No | Yes
10 -|= Closures | Blocks (//Extension//) | No | Anon. Functions
10 +|= Closures | Blocks (//Extension//) | No | Anonymous Functions
11 11  |= Static variables | Yes | Yes | No
12 12  |= Static methods/functions | Yes | Yes | No
13 13  |= Concurrency | [[Grand Central Dispatch>>http://en.wikipedia.org/wiki/Grand_Central_Dispatch]] (//Extension//)| //Threads// |[[Actors>>http://en.wikipedia.org/wiki/Actor_model]]