Videos with tag course All | Novice | Advanced | Expert

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 stri... read more »

Level: any Nov 20, 2006 Votes: 0 scoundrel

 

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 r... read more »

Level: any Nov 20, 2006 Votes: 0 scoundrel

 

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: any Nov 20, 2006 Votes: 0 scoundrel

 

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 usef... read more »

Level: any Nov 20, 2006 Votes: 0 scoundrel

 

CS330: Variable airity function

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

Level: any Nov 20, 2006 Votes: 0 scoundrel