Another tour of Scala

 
 
 
 

Main Page

Viewing old version 25c44918229970e2652a5da1bf5976f3e59fb51f; 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
  • 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.

Last Updated 07/23/2009 at 10:29:50 PM by davec

blog comments powered by Disqus