Videos in category Scheme All | Novice | Advanced | Expert
CS330: Type Checking and Strings
  • Video is free for view
  • Video is available for download

CS330: Type Checking and Strings

Adding strings to the EOPL interpreter 28. This is supposed to demonstrate the steps required to add elements to the type checking interpreter. As a side it also provides a way of adding strings to... read more »

Level: novice Nov 20, 2006 Votes: 0 scoundrel

 
CS330: Lists in Scheme
  • Video is free for view
  • Video is available for download

CS330: Lists in Scheme

Lists, lists, and more lists. This tutorial shows most of the built in functions you can use to deal with lists. It also writes a function that interleaves two lists together using cons and recursion. read more »

Level: novice Nov 20, 2006 Votes: 0 scoundrel

 
CS330: Tail Recursion and Iteration
  • Video is free for view
  • Video is available for download

CS330: Tail Recursion and Iteration

Using tail recurstion to optimize recursive calls into iteration. This tutorial assumes a basic understanding of recursion and the built in EOPL trace funtion. read more »

Level: novice Nov 20, 2006 Votes: 0 scoundrel

 
CS330: Scheme file I/O
  • Video is free for view
  • Video is available for download

CS330: Scheme file I/O

This tutorial demontrates basic file IO in scheme. First is shown how to use a tail-recursion to read a file into a string. Next writing strings to files is shown. This information is useful for re... read more »

Level: novice Nov 20, 2006 Votes: 0 scoundrel

 
CS330: Variable airity function
  • Video is free for view
  • Video is available for download

CS330: Variable airity function

This tutorial creates a variable function "avg" that takes any number of integers and returns their average. read more »

Level: novice Nov 20, 2006 Votes: 0 scoundrel

 
CS330: Data: numbers, lists and lambda functions
  • Video is free for view
  • Video is available for download

CS330: Data: numbers, lists and lambd...

General overview of data-types in scheme. Different ways of creating lists is discussed. Also, it gives a glimpse into functions and how they are handled. read more »

Level: novice Nov 20, 2006 Votes: 0 scoundrel

 
CS330: Dr. Scheme Setup and "Hello World!"
  • Video is free for view
  • Video is available for download

CS330: Dr. Scheme Setup and "Hello Wo...

This tutorial runs through downloading, installing and configuring Dr. Scheme to work using the Essentials of programming languages that is used in our book. It also demontrates using the live inte... read more »

Level: novice Nov 20, 2006 Votes: 0 scoundrel