Another tour of Scala

 
 
 
 

Main Page

Viewing old version 67e681a59386a255fdcd9f4e8382d20030541a01; 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(XMLLiterals)

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

blog comments powered by Disqus