Why do we need a new language?
- We need functional programming
- for concurrency
- for concise code
- for correctness
- We need a better object model
- for composability
- for scalable designs
- But we want to keep our investment in Java and C#
Here are some references if you are interested in learning more about the language:
- The Wikipedia entry entry on Scala
- The official Scala website
- The Scala Wiki (with many code examples)
- Scala on Literal Programs - interesting examples
No comments:
Post a Comment