Posts tagged Scheme
Making a CS Gambit
- Jan 14, 2018
- Jeffrey Elkner
- Scheme, Gambit, The Little Schemer, Lisp
I have a small, very adventurous data structures and algorithms class this year with students hungry to try new things. We are using Python as the primary programming language, and Brad Miller and David Ranum’s Problem Solving with Data Structures and Algorithms as our primary text, but earlier in the course we learned enough C to implement linked lists and stacks in that language.