Changes for page WebObjects with Scala

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

From version 510.1
edited by Ravi Mendis
on 2010/12/24 01:42
Change comment: There is no comment for this version
To version 512.1
edited by Ravi Mendis
on 2010/12/24 01:36
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -8,7 +8,7 @@
8 8  |= Immutability | Partial - via collections //e.g: NSArray/NSMutableArray// | No | Yes
9 9  |= Closures | Yes - via Blocks (//Extension//) | No | Yes - via Anonymous Functions
10 10  |= Static variables | Yes | Yes | No
11 -|= Static methods | Yes | Yes | No
11 +|= Static methods or functions | Yes | Yes | No
12 12  |= Concurrency | Yes - via [[Grand Central Dispatch>>http://en.wikipedia.org/wiki/Grand_Central_Dispatch]] (//Extension//) | //Yes - via Threads// | Yes - via [[Actors>>http://en.wikipedia.org/wiki/Actor_model]]
13 13  |= |= Weakly Typed |= --Strongly Typed-- |= Strongly Typed
14 14