Another tour of Scala

 
 
 
 

Main Page

Viewing old version 8ac14c5253b96608a1baaa858d5944c7da0ccc11; View Current

I find the tour of scala a nice idea, but very difficult to follow. The topics are touched on very lightly, and have some esoteric examples that make them a bit hard to follow. I find some of them very difficult to understand as someone new to Scala, inexperienced with functional languages, but experienced in other languages.

This is my attempt to go through each item on the tour and really try to understand it; then document my findings in, what I hope will be, a more clear way.

  • UnifiedTypes
  • ScalaBasics
  • ScalaClasses
  • ScalaTraits
  • 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.
  • XmlLiterals

Last Updated 07/25/2009 at 02:03:24 PM by davec

blog comments powered by Disqus