Screencasts

Here are a list of all the current screencasts. If you have suggestions for demos please feel free to send us an email.

If you are interested in screencasts in general you may find our document on screencasts useful.

Dr. Scheme Setup and "Hello World!"

This tutorial runs through downloading, installing and configuring Dr. Scheme to work using the ...

mov wmv swf

Data: numbers, lists and lambda functions

General overview of data-types in scheme. Different ways of creating lists is discussed. Also, it...

mov wmv swf

Variable airity function

This tutorial creates a variable function "avg" that takes any number of integers and returns th...

mov wmv swf

Scheme file I/O

This tutorial demontrates basic file IO in scheme. First is shown how to use a tail-recursion to...

mov wmv swf

Tail Recursion and Iteration

Using tail recurstion to optimize recursive calls into iteration. This tutorial assumes a basic ...

mov wmv swf

Lists in Scheme

Lists, lists, and more lists. This tutorial shows most of the built in functions you can use to ...

mov wmv swf

The Screencasting Screencast

The screencast screencast. Shows some simple steps to creating a screencast using camtasia studi...

mov wmv swf

Type Checking and Strings

Adding strings to the EOPL interpreter 28. This is supposed to demonstrate the steps required to...

mov wmv swf