Changes for page WebObjects with Scala
Last modified by Ravi Mendis on 2011/05/10 02:10
From version 346.1
edited by Ravi Mendis
on 2009/10/01 01:23
on 2009/10/01 01:23
Change comment:
There is no comment for this version
To version 347.1
edited by Ravi Mendis
on 2009/10/12 21:31
on 2009/10/12 21:31
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
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 | Yes10 +|= Closures | Blocks (//Extension//) | No | Anon. 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]]