Next Generation Programming Languages

Syllabus Links Schedule Grades

Links

Scala

Scala Website - The main website for the Scala language. This is where you should go to download Scala or get the API.

Daily Scala Blog - This is a helpful blog that has little posts about features of Scala.

Scala Cheat Sheet - I think the title says it all.

Just One Language - A cool blog post that goes through a description of what one language you should pick if you were only going to learn one more language.

Named and Default Parameters - This is a feature that was introduced in 2.8 that isn't in the book. This document has a description of it.

Scala Wiki - Another good reference for a lot of stuff.

Structural Types in Scala - A blog entry that discusses structural types. They were added in 2.6, but aren't included in the book. They are very cool so you should take a minute to look at them.

Scala Forum - A forum for people asking about Scala.

F#

F# Page - The main page for F# including the download.

F# Developer Center - Another MS page on F#.

Don Syme's F# WebLog - The WebLog of the main creator of F#.