Completed
Intro
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Scheme Lisp - Feel the Cool
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Simple to use
- 3 Simple syntax
- 4 Simple expressions
- 5 Simple definitions
- 6 Simple functions
- 7 Simple flow control
- 8 Simple data structure
- 9 Weird pairs
- 10 Weird list-building
- 11 Weird lists made of pairs
- 12 Weirdly named functions
- 13 Weird recursion
- 14 Weird meta-functions
- 15 Weird functions as values
- 16 Weird code as data
- 17 Cool quoting
- 18 Cool replacement
- 19 Cool Duck Typing
- 20 Cool lambdas
- 21 Cool closures
- 22 Cool metaprogramming