Changes for page WebObjects with Scala
Last modified by Ravi Mendis on 2011/05/10 02:10
From version 409.1
edited by Ravi Mendis
on 2010/01/14 23:04
on 2010/01/14 23:04
Change comment:
There is no comment for this version
To version 408.1
edited by Ravi Mendis
on 2010/01/17 19:19
on 2010/01/17 19:19
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -1,13 +1,11 @@ 1 1 === What is Scala? === 2 2 3 -Scala is a modern language not unlike Groovy. 4 -It is said to be more powerful and faster than Groovy or Ruby. 5 -This's been the reason for its adoption at sites like Twitter. 3 +Scala is a language for concurrent computing. 4 +In the day and age of multi-core processors, concurrent computing can't be ignored. 6 6 7 -Many of its features andparadigmsfavor multi-threadingandconcurrency.8 - It could besaidthat Scala was designedfrom theground up withconcurrencyin mind.6 +Many of Scala's features have been designed with concurrency in mind. 7 +Some of these may not be unfamiliar to Objective-C or WebObjects developers. 9 9 10 -Some of its features may not be unfamiliar to Objective-C or WebObjects developers. 11 11 Here's a quick summary: 12 12 13 13 |= |= Objective-C |= Java |= Scala