[[
faqs:start
]]
Table of Contents
FAQ overview
General questions
The Scala language
The Scala API
Types
Using Scala and Java together
Developing Scala
Using XML in Scala
FAQ overview
General questions
Who is responsible for Scala?
How stable are Scala applications?
What JRE should I use to run Scala?
Under which license is Scala available?
How can I distribute a Scala application?
Where do I get the newest version with all the cool bleeding-edge stuff?
What do I need to know about class-loaders?
Where can I search for documentation and articles about Scala?
Why are monads useful in Scala?
How is "Scala" pronounced?
The Scala language
How do I write a loop?
How do I use exceptions?
What is the difference between a case and a normal class?
Why can't I use the word "scala" in my package names?
How do I use Tuples?
How do I use Maps?
How do I use Lists?
How do I specify Preconditions, Assertions and Unrecoverable errors?
How do I access and update an Array?
Can I use the fancy method syntax for array access in my code, too?
What's the difference between a lazy argument, a no-arg function argument, and a lazy value?
I'm a Java programmer. How do I learn Scala?
The Scala API
How do I use Enumerations?
scala.testing.SUnit example
Types
How can I return either type A or type B?
Using Scala and Java together
Can I use Java classes from within my Scala code?
Can I use Scala classes from within my Java code?
I cannot access static members of a Java class via a subclass
How to deal with Java class members having a name that is a reseverd word in Scala?
How do I organize mixed Java and Scala projects?
Developing Scala
Why does building Scala on OS X fail?
How do I use Maven to build Scala projects?
Using XML in Scala
How to make Scala write JavaScript to XHTML?
Why are CDATA nodes not preserved?
FAQ topics
FAQ overview
General questions
*/ ===== The Scala language
*/ ===== The Scala API
Types
Using Scala and Java together
Developing Scala
Using XML in Scala
Site contents
Start page
FAQs
Articles
Code examples
Patterns
People
Scala Bazaars
Groups
Job openings
External links
Scala home page
Scala API docs
Mailing list archives
faqs/start.txt · Last modified: 2008/04/10 14:01 by djb