Main Page
Viewing old version c6e67c91ee629a1c74b6d18176cc0ec985988fb2; View Current
This is my own “re-telling” of the tour of Scala from the official Scala website. If you are wondering WhyAnotherTour, it’s mostly because it was fun and informative. I hope you feel the same way.
You should be able to go through these in the order listed, with each building on previous topics. I’ve also linked to the original tour topics as well as added my own where I thought it might help.
Basics
- ScalaBasics – this covers some syntactic things that might surprise you, as well as some very basic things about working with Scala (not in the tour)
- UnifiedTypes
- ScalaClasses
- ScalaProperties
- ScalaPackages
- ScalaObject
- ScalaTraits
- ScalaGenerics
- ScalaAnnotations
- ScalaOperators
- JavaIntegration
Intermediate
- ScalaFunctions
- PatternMatching
- FunctionCurrying – define a function that has received some of its parameters now, and will get the remainder later.
- CaseClasses – taking switch statements to a useful level.
- SealedClasses – tightening up CaseClasses.
- XmlLiterals
- ForComprehensions – don’t let the name confuse you; this is about Scala’s powerful
forloop construct - TypeBounds
- InnerClasses – you only thought they were basic.
- ImplicitConversions
- TypeDependentClosures – Closures in general discussed here, too.
Advanced
- ImplicitParameters
- TypeVariance
- AbstractTypes – not abstract classes
- AdvancedScalaObjects
- DuckTyping
- ActorsAndConcurrency
- ExplcitlyTypedSelfReferences
Last Updated 08/22/2009 at 04:42:49 PM by davec
blog comments powered by Disqus
All Content by David Copeland is licensed under a
Creative Commons Attribution-Noncommercial-Share Alike 3.0 United States License.