Changes for page WebObjects with Scala
Last modified by Ravi Mendis on 2011/05/10 02:10
From version 427.1
edited by Ravi Mendis
on 2010/01/14 22:54
on 2010/01/14 22:54
Change comment:
There is no comment for this version
To version 426.1
edited by Ravi Mendis
on 2010/01/14 22:52
on 2010/01/14 22:52
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -1,14 +1,10 @@ 1 1 === What is Scala? === 2 2 3 3 Scala is a modern language not unlike Groovy. 4 -It is said to be more powerful and faster than Groovy or Rub. 5 -This has been the reason for its adoption at sites like Twitter. 4 +It is said to be more powerful and faster than Groovy or Ruby which has been the reason for its adoption at sites like Twitter. 6 6 7 -Many of its features and paradigms favor multi-threading and concurrency. 8 -It could be said that Scala was designed from the ground up for concurrency. 6 +Many of its features and paradigms favor multi-threading and concurrency. Some of these may not be unfamiliar to Objective-C and WebObjects developers. Here's a summary: 9 9 10 -Some of these may not be unfamiliar to Objective-C and WebObjects developers. Here's a summary: 11 - 12 12 |= |= Objective-C |= Java |= Scala 13 13 |= Mutable/Immuable Datatypes | Collections //e.g: NSArray/NSMutableArray// | No | Yes 14 14 |= Closures | Blocks (//Extension//) | No | Anonymous Functions